Html Css Color HEX #660FAA Purple Heart

📋 copy color: '#660FAA'

red 102 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #660FAA

Tints of Purple Heart #660FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 35.54%
G = 5.23%
B = 59.23%

CMYK

 C value IS 0.4

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660FAA (or 0x660FAA) is known color: Purple Heart. HEX triplet: 66, 0F and AA. RGB value is (102,15,170). Sum of RGB (Red+Green+Blue) = 102+15+170=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #660FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FAA is #99F055. Grayscale: #3A3A3A. Windows color (decimal): -10088534 or 11145062. OLE color: 11145062.

HSL color Cylindrical-coordinate representation of color #660FAA: hue angle of 273.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660FAA is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 15 170 -
CMYK 0.4 0.91 0 0.33
HSL 273.68º 0.84% 0.36% -
HSV(B) 273.68º 0.91% 0.67% -
XYZ 12.91 6.07 38.52 -
YUV 58.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 102 15 170 0.4 0.91 0 0.33 273.68 0.84 0.36
Hex 66 F AA 28 5B 0 21 112 54 24
Octal 146 17 252 50 133 0 41 422 124 44
Binary 1100110 1111 10101010 101000 1011011 0 100001 100010010 1010100 100100

Color Harmonies of #660FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FAA

Black with #660FAA

Text Example


Text Example

White with #660FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,15,170); }

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

background-color css

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

 a { background-color: rgb(102,15,170); }

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

border-color css

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

 span { border-color: rgb(102,15,170); }

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