Html Css Color HEX #662ACC Purple Heart

📋 copy color: '#662ACC'

red 102 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #662ACC

Tints of Purple Heart #662ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 29.31%
G = 12.07%
B = 58.62%

CMYK

 C value IS 0.5

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#662ACC (or 0x662ACC) is known color: Purple Heart. HEX triplet: 66, 2A and CC. RGB value is (102,42,204). Sum of RGB (Red+Green+Blue) = 102+42+204=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #662ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ACC is #99D533. Grayscale: #4D4D4D. Windows color (decimal): -10081588 or 13380198. OLE color: 13380198.

HSL color Cylindrical-coordinate representation of color #662ACC: hue angle of 262.22º 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 #662ACC is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 42 204 -
CMYK 0.5 0.79 0 0.2
HSL 262.22º 0.66% 0.48% -
HSV(B) 262.22º 0.79% 0.8% -
XYZ 17.21 8.84 57.93 -
YUV 78.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 102 42 204 0.5 0.79 0 0.2 262.22 0.66 0.48
Hex 66 2A CC 32 4F 0 14 106 42 30
Octal 146 52 314 62 117 0 24 406 102 60
Binary 1100110 101010 11001100 110010 1001111 0 10100 100000110 1000010 110000

Color Harmonies of #662ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ACC

Black with #662ACC

Text Example


Text Example

White with #662ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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