Html Css Color HEX #662ADD Purple Heart

📋 copy color: '#662ADD'

red 102 ◦ green 42 ◦ blue 221

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

Shades of Purple Heart #662ADD

Tints of Purple Heart #662ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 27.95%
G = 11.51%
B = 60.55%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#662ADD (or 0x662ADD) is known color: Purple Heart. HEX triplet: 66, 2A and DD. RGB value is (102,42,221). Sum of RGB (Red+Green+Blue) = 102+42+221=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #662ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ADD is #99D522. Grayscale: #4F4F4F. Windows color (decimal): -10081571 or 14494310. OLE color: 14494310.

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

Color convert

RGB 102 42 221 -
CMYK 0.54 0.81 0 0.13
HSL 260.11º 0.72% 0.52% -
HSV(B) 260.11º 0.81% 0.87% -
XYZ 19.36 9.7 69.26 -
YUV 80.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 102 42 221 0.54 0.81 0 0.13 260.11 0.72 0.52
Hex 66 2A DD 36 51 0 D 104 48 34
Octal 146 52 335 66 121 0 15 404 110 64
Binary 1100110 101010 11011101 110110 1010001 0 1101 100000100 1001000 110100

Color Harmonies of #662ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ADD

Black with #662ADD

Text Example


Text Example

White with #662ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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