#660ABA

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

Shades of Purple Heart #660ABA

Tints of Purple Heart #660ABA

Color information

#660ABA (or 0x660ABA) is unknown color: approx Purple Heart. HEX triplet: 66, 0A and BA. RGB value is (102,10,186). Sum of RGB (Red+Green+Blue) = 102+10+186=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #660ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ABA is #99F545. Grayscale: #383838. Windows color (decimal): -10089798 or 12192358. OLE color: 12192358.

HSL color Cylindrical-coordinate representation of color #660ABA: hue angle of 271.36º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ABA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10210186-
CMYK0.450.9500.27
HSL271.36º89.8%38.43%-
HSV(B)271.36º94.62%72.94%-
XYZ14.456.5946.96-
YUV57.57200.48159.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=34.23%
G=3.36%
B=62.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102101860.450.9500.27271.3689.838.43
Hex66ABA2D5F01B10f5a26
Octal146122725513703341713246
Binary110011010101011101010110110111110110111000011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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