Html Css Color HEX #660FA9 Purple Heart

📋 copy color: '#660FA9'

red 102 ◦ green 15 ◦ blue 169

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

Shades of Purple Heart #660FA9

Tints of Purple Heart #660FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 59.09%

R = 35.66%
G = 5.24%
B = 59.09%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#660FA9 (or 0x660FA9) is known color: Purple Heart. HEX triplet: 66, 0F and A9. RGB value is (102,15,169). Sum of RGB (Red+Green+Blue) = 102+15+169=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #660FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FA9 is #99F056. Grayscale: #3A3A3A. Windows color (decimal): -10088535 or 11079526. OLE color: 11079526.

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

Color convert

RGB 102 15 169 -
CMYK 0.40 0.91 0 0.34
HSL 273.9º 0.84% 0.36% -
HSV(B) 273.9º 0.91% 0.66% -
XYZ 12.81 6.03 38.02 -
YUV 58.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 102 15 169 0.40 0.91 0 0.34 273.9 0.84 0.36
Hex 66 F A9 28 5B 0 22 112 54 24
Octal 146 17 251 50 133 0 42 422 124 44
Binary 1100110 1111 10101001 101000 1011011 0 100010 100010010 1010100 100100

Color Harmonies of #660FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FA9

Black with #660FA9

Text Example


Text Example

White with #660FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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