Html Css Color HEX #662ADC Purple Heart

📋 copy color: '#662ADC'

red 102 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #662ADC

Tints of Purple Heart #662ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 28.02%
G = 11.54%
B = 60.44%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#662ADC (or 0x662ADC) is known color: Purple Heart. HEX triplet: 66, 2A and DC. RGB value is (102,42,220). Sum of RGB (Red+Green+Blue) = 102+42+220=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #662ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ADC is #99D523. Grayscale: #4F4F4F. Windows color (decimal): -10081572 or 14428774. OLE color: 14428774.

HSL color Cylindrical-coordinate representation of color #662ADC: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662ADC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 42 220 -
CMYK 0.54 0.81 0 0.14
HSL 260.22º 0.72% 0.51% -
HSV(B) 260.22º 0.81% 0.86% -
XYZ 19.23 9.65 68.56 -
YUV 80.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 102 42 220 0.54 0.81 0 0.14 260.22 0.72 0.51
Hex 66 2A DC 36 51 0 E 104 48 33
Octal 146 52 334 66 121 0 16 404 110 63
Binary 1100110 101010 11011100 110110 1010001 0 1110 100000100 1001000 110011

Color Harmonies of #662ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ADC

Black with #662ADC

Text Example


Text Example

White with #662ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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