#660EB5

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

Shades of Purple Heart #660EB5

Tints of Purple Heart #660EB5

Color information

#660EB5 (or 0x660EB5) is unknown color: approx Purple Heart. HEX triplet: 66, 0E and B5. RGB value is (102,14,181). Sum of RGB (Red+Green+Blue) = 102+14+181=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #660EB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EB5 is #99F14A. Grayscale: #3A3A3A. Windows color (decimal): -10088779 or 11865702. OLE color: 11865702.

HSL color Cylindrical-coordinate representation of color #660EB5: hue angle of 271.62º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660EB5 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10214181-
CMYK0.440.9200.29
HSL271.62º85.64%38.24%-
HSV(B)271.62º92.27%70.98%-
XYZ13.986.4844.23-
YUV59.35196.65158.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 181 (71.09% from 255) = 60.94%
R=34.34%
G=4.71%
B=60.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102141810.440.9200.29271.6285.6438.24
Hex66EB52C5C01D1105626
Octal146162655413403542012646
Binary110011011101011010110110010111000111011000100001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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