Html Css Color HEX #662ECC Purple Heart

📋 copy color: '#662ECC'

red 102 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #662ECC

Tints of Purple Heart #662ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

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

R = 28.98%
G = 13.07%
B = 57.95%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#662ECC (or 0x662ECC) is known color: Purple Heart. HEX triplet: 66, 2E and CC. RGB value is (102,46,204). Sum of RGB (Red+Green+Blue) = 102+46+204=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #662ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ECC is #99D133. Grayscale: #505050. Windows color (decimal): -10080564 or 13381222. OLE color: 13381222.

HSL color Cylindrical-coordinate representation of color #662ECC: hue angle of 261.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662ECC is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 46 204 -
CMYK 0.5 0.77 0 0.2
HSL 261.27º 0.63% 0.49% -
HSV(B) 261.27º 0.77% 0.8% -
XYZ 17.36 9.14 57.98 -
YUV 80.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 102 46 204 0.5 0.77 0 0.2 261.27 0.63 0.49
Hex 66 2E CC 32 4D 0 14 105 3F 31
Octal 146 56 314 62 115 0 24 405 77 61
Binary 1100110 101110 11001100 110010 1001101 0 10100 100000101 111111 110001

Color Harmonies of #662ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ECC

Black with #662ECC

Text Example


Text Example

White with #662ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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