#660EBE

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

Shades of Purple Heart #660EBE

Tints of Purple Heart #660EBE

Color information

#660EBE (or 0x660EBE) is unknown color: approx Purple Heart. HEX triplet: 66, 0E and BE. RGB value is (102,14,190). Sum of RGB (Red+Green+Blue) = 102+14+190=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #660EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EBE is #99F141. Grayscale: #3B3B3B. Windows color (decimal): -10088770 or 12455526. OLE color: 12455526.

HSL color Cylindrical-coordinate representation of color #660EBE: hue angle of 270º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660EBE is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10214190-
CMYK0.460.9300.25
HSL270º86.27%40%-
HSV(B)270º92.63%74.51%-
XYZ14.936.8649.25-
YUV60.38201.15157.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 4.58%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=33.33%
G=4.58%
B=62.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102141900.460.9300.2527086.2740
Hex66EBE2E5D01910e5628
Octal146162765613503141612650
Binary110011011101011111010111010111010110011000011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,14,190); }

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

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

 a { background-color: rgb(102,14,190); }

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

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

 span { border-color: rgb(102,14,190); }

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