#500EC9

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

Shades of Purple Heart #500EC9

Tints of Purple Heart #500EC9

Color information

#500EC9 (or 0x500EC9) is unknown color: approx Purple Heart. HEX triplet: 50, 0E and C9. RGB value is (80,14,201). Sum of RGB (Red+Green+Blue) = 80+14+201=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #500EC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EC9 is #AFF136. Grayscale: #363636. Windows color (decimal): -11530551 or 13176400. OLE color: 13176400.

HSL color Cylindrical-coordinate representation of color #500EC9: hue angle of 261.18º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500EC9 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8014201-
CMYK0.600.9300.21
HSL261.18º86.98%42.16%-
HSV(B)261.18º93.03%78.82%-
XYZ14.016.2455.72-
YUV55.05210.37145.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 201 (78.91% from 255) = 68.14%
R=27.12%
G=4.75%
B=68.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80142010.600.9300.21261.1886.9842.16
Hex50EC93C5D015105572a
Octal120163117413502540512752
Binary101000011101100100111110010111010101011000001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500EC9; }

 p { color: rgb(80,14,201); }

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

<style>
 a { background-color: #500EC9; }

 a { background-color: rgb(80,14,201); }

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

<style>
 span { border-color: #500EC9; }

 span { border-color: rgb(80,14,201); }

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