Html Css Color HEX #660AAE Purple Heart

📋 copy color: '#660AAE'

red 102 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #660AAE

Tints of Purple Heart #660AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 35.66%
G = 3.5%
B = 60.84%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#660AAE (or 0x660AAE) is known color: Purple Heart. HEX triplet: 66, 0A and AE. RGB value is (102,10,174). Sum of RGB (Red+Green+Blue) = 102+10+174=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #660AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAE is #99F551. Grayscale: #373737. Windows color (decimal): -10089810 or 11405926. OLE color: 11405926.

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

Color convert

RGB 102 10 174 -
CMYK 0.41 0.94 0 0.32
HSL 273.66º 0.89% 0.36% -
HSV(B) 273.66º 0.94% 0.68% -
XYZ 13.23 6.1 40.52 -
YUV 56.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 102 10 174 0.41 0.94 0 0.32 273.66 0.89 0.36
Hex 66 A AE 29 5E 0 20 112 59 24
Octal 146 12 256 51 136 0 40 422 131 44
Binary 1100110 1010 10101110 101001 1011110 0 100000 100010010 1011001 100100

Color Harmonies of #660AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AAE

Black with #660AAE

Text Example


Text Example

White with #660AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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