Html Css Color HEX #662ACB Purple Heart

📋 copy color: '#662ACB'

red 102 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #662ACB

Tints of Purple Heart #662ACB

RGB

 RED value IS 102 (40.23% from 255) = 29.39%

 GREEN value IS 42 (16.8% from 255) = 12.1%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 29.39%
G = 12.1%
B = 58.5%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#662ACB (or 0x662ACB) is known color: Purple Heart. HEX triplet: 66, 2A and CB. RGB value is (102,42,203). Sum of RGB (Red+Green+Blue) = 102+42+203=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #662ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ACB is #99D534. Grayscale: #4D4D4D. Windows color (decimal): -10081589 or 13314662. OLE color: 13314662.

HSL color Cylindrical-coordinate representation of color #662ACB: hue angle of 262.36º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662ACB is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 42 203 -
CMYK 0.50 0.79 0 0.20
HSL 262.36º 0.66% 0.48% -
HSV(B) 262.36º 0.79% 0.8% -
XYZ 17.09 8.79 57.3 -
YUV 78.29 198.38 144.91 -
System Red Green Blue C M Y K H S L
Decimal 102 42 203 0.50 0.79 0 0.20 262.36 0.66 0.48
Hex 66 2A CB 32 4F 0 14 106 42 30
Octal 146 52 313 62 117 0 24 406 102 60
Binary 1100110 101010 11001011 110010 1001111 0 10100 100000110 1000010 110000

Color Harmonies of #662ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ACB

Black with #662ACB

Text Example


Text Example

White with #662ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662ACB; }

 p { color: rgb(102,42,203); }

 H1.HeaderClassName
 {
   color: #662ACB;
 }
 .AnyTagClassName
 {
   color: #662ACB;
 }
</style>

background-color css

<style>
 a { background-color: #662ACB; }

 a { background-color: rgb(102,42,203); }

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

border-color css

<style>
 span { border-color: #662ACB; }

 span { border-color: rgb(102,42,203); }

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