Html Css Color HEX #662AAC Purple Heart

📋 copy color: '#662AAC'

red 102 ◦ green 42 ◦ blue 172

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

Shades of Purple Heart #662AAC

Tints of Purple Heart #662AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 32.28%
G = 13.29%
B = 54.43%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662AAC (or 0x662AAC) is known color: Purple Heart. HEX triplet: 66, 2A and AC. RGB value is (102,42,172). Sum of RGB (Red+Green+Blue) = 102+42+172=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #662AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662AAC is #99D553. Grayscale: #4A4A4A. Windows color (decimal): -10081620 or 11283046. OLE color: 11283046.

HSL color Cylindrical-coordinate representation of color #662AAC: hue angle of 267.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662AAC is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 42 172 -
CMYK 0.41 0.76 0 0.33
HSL 267.69º 0.61% 0.42% -
HSV(B) 267.69º 0.76% 0.67% -
XYZ 13.75 7.46 39.74 -
YUV 74.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 102 42 172 0.41 0.76 0 0.33 267.69 0.61 0.42
Hex 66 2A AC 29 4C 0 21 10C 3D 2A
Octal 146 52 254 51 114 0 41 414 75 52
Binary 1100110 101010 10101100 101001 1001100 0 100001 100001100 111101 101010

Color Harmonies of #662AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662AAC

Black with #662AAC

Text Example


Text Example

White with #662AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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