#500ECA

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

Shades of Purple Heart #500ECA

Tints of Purple Heart #500ECA

Color information

#500ECA (or 0x500ECA) is unknown color: approx Purple Heart. HEX triplet: 50, 0E and CA. RGB value is (80,14,202). Sum of RGB (Red+Green+Blue) = 80+14+202=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #500ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ECA is #AFF135. Grayscale: #363636. Windows color (decimal): -11530550 or 13241936. OLE color: 13241936.

HSL color Cylindrical-coordinate representation of color #500ECA: hue angle of 261.06º 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 #500ECA is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8014202-
CMYK0.600.9300.21
HSL261.06º87.04%42.35%-
HSV(B)261.06º93.07%79.22%-
XYZ14.136.2856.35-
YUV55.17210.87145.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 202 (79.30% from 255) = 68.24%
R=27.03%
G=4.73%
B=68.24%

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
Decimal80142020.600.9300.21261.0687.0442.35
Hex50ECA3C5D015105572a
Octal120163127413502540512752
Binary101000011101100101011110010111010101011000001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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