Html Css Color HEX #662AAE Purple Heart

📋 copy color: '#662AAE'

red 102 ◦ green 42 ◦ blue 174

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

Shades of Purple Heart #662AAE

Tints of Purple Heart #662AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 32.08%
G = 13.21%
B = 54.72%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#662AAE (or 0x662AAE) is known color: Purple Heart. HEX triplet: 66, 2A and AE. RGB value is (102,42,174). Sum of RGB (Red+Green+Blue) = 102+42+174=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #662AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662AAE is #99D551. Grayscale: #4A4A4A. Windows color (decimal): -10081618 or 11414118. OLE color: 11414118.

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

Color convert

RGB 102 42 174 -
CMYK 0.41 0.76 0 0.32
HSL 267.27º 0.61% 0.42% -
HSV(B) 267.27º 0.76% 0.68% -
XYZ 13.95 7.54 40.76 -
YUV 74.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 102 42 174 0.41 0.76 0 0.32 267.27 0.61 0.42
Hex 66 2A AE 29 4C 0 20 10B 3D 2A
Octal 146 52 256 51 114 0 40 413 75 52
Binary 1100110 101010 10101110 101001 1001100 0 100000 100001011 111101 101010

Color Harmonies of #662AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662AAE

Black with #662AAE

Text Example


Text Example

White with #662AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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