#660ABF

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

Shades of Purple Heart #660ABF

Tints of Purple Heart #660ABF

Color information

#660ABF (or 0x660ABF) is unknown color: approx Purple Heart. HEX triplet: 66, 0A and BF. RGB value is (102,10,191). Sum of RGB (Red+Green+Blue) = 102+10+191=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #660ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ABF is #99F540. Grayscale: #393939. Windows color (decimal): -10089793 or 12520038. OLE color: 12520038.

HSL color Cylindrical-coordinate representation of color #660ABF: hue angle of 270.5º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ABF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10210191-
CMYK0.470.9500.25
HSL270.5º90.05%39.41%-
HSV(B)270.5º94.76%74.9%-
XYZ14.996.849.81-
YUV58.14202.98159.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 10 (4.30% from 255) = 3.30%
BLUE value IS 191 (75% from 255) = 63.04%
R=33.66%
G=3.30%
B=63.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102101910.470.9500.25270.590.0539.41
Hex66ABF2F5F01910e5a27
Octal146122775713703141613247
Binary110011010101011111110111110111110110011000011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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