Html Css Color HEX #630BA8 Purple Heart

📋 copy color: '#630BA8'

red 99 ◦ green 11 ◦ blue 168

#630BA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #630BA8

Tints of Purple Heart #630BA8

RGB

 RED value IS 99 (39.06% from 255) = 35.61%

 GREEN value IS 11 (4.69% from 255) = 3.96%

 BLUE value IS 168 (66.02% from 255) = 60.43%

R = 35.61%
G = 3.96%
B = 60.43%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#630BA8 (or 0x630BA8) is known color: Purple Heart. HEX triplet: 63, 0B and A8. RGB value is (99,11,168). Sum of RGB (Red+Green+Blue) = 99+11+168=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #630BA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BA8 is #9CF457. Grayscale: #363636. Windows color (decimal): -10286168 or 11012963. OLE color: 11012963.

HSL color Cylindrical-coordinate representation of color #630BA8: hue angle of 273.63º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630BA8 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 99 11 168 -
CMYK 0.41 0.93 0 0.34
HSL 273.63º 0.88% 0.35% -
HSV(B) 273.63º 0.93% 0.66% -
XYZ 12.33 5.72 37.5 -
YUV 55.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 99 11 168 0.41 0.93 0 0.34 273.63 0.88 0.35
Hex 63 B A8 29 5D 0 22 112 58 23
Octal 143 13 250 51 135 0 42 422 130 43
Binary 1100011 1011 10101000 101001 1011101 0 100010 100010010 1011000 100011

Color Harmonies of #630BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BA8

Black with #630BA8

Text Example


Text Example

White with #630BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630BA8; }

 p { color: rgb(99,11,168); }

 H1.HeaderClassName
 {
   color: #630BA8;
 }
 .AnyTagClassName
 {
   color: #630BA8;
 }
</style>

background-color css

<style>
 a { background-color: #630BA8; }

 a { background-color: rgb(99,11,168); }

 div.DivClassName
 {
   background-color: #630BA8;
 }
 .BgClassName
 {
   background-color: #630BA8;
 }
</style>

border-color css

<style>
 span { border-color: #630BA8; }

 span { border-color: rgb(99,11,168); }

 td.TdClassName
 {
   border-color: #630BA8;
 }
 .TagClassName
 {
   border-color: #630BA8;
 }
</style>