#660FAF

Color #660FAF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #660FAF

Tints of Purple Heart #660FAF

Color information

#660FAF (or 0x660FAF) is unknown color: approx Purple Heart. HEX triplet: 66, 0F and AF. RGB value is (102,15,175). Sum of RGB (Red+Green+Blue) = 102+15+175=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #660FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FAF is #99F050. Grayscale: #3A3A3A. Windows color (decimal): -10088529 or 11472742. OLE color: 11472742.

HSL color Cylindrical-coordinate representation of color #660FAF: hue angle of 272.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660FAF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10215175-
CMYK0.420.9100.31
HSL272.62º84.21%37.25%-
HSV(B)272.62º91.43%68.63%-
XYZ13.396.2641.06-
YUV59.25193.32158.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=34.93%
G=5.14%
B=59.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102151750.420.9100.31272.6284.2137.25
Hex66FAF2A5B01F1115425
Octal146172575213303742112445
Binary110011011111010111110101010110110111111000100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #660FAF;
 }
 .AnyTagClassName
 {
   color: #660FAF;
 }
</style>
background-color css

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

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

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

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

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

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