#5037CE

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

Shades of Purple Heart #5037CE

Tints of Purple Heart #5037CE

Color information

#5037CE (or 0x5037CE) is unknown color: approx Purple Heart. HEX triplet: 50, 37 and CE. RGB value is (80,55,206). Sum of RGB (Red+Green+Blue) = 80+55+206=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #5037CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5037CE is #AFC831. Grayscale: #4F4F4F. Windows color (decimal): -11520050 or 13514576. OLE color: 13514576.

HSL color Cylindrical-coordinate representation of color #5037CE: hue angle of 249.93º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5037CE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8055206-
CMYK0.610.7300.19
HSL249.93º60.64%51.18%-
HSV(B)249.93º73.3%80.78%-
XYZ15.828.8959.28-
YUV79.69199.28128.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 206 (80.86% from 255) = 60.41%
R=23.46%
G=16.13%
B=60.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80552060.610.7300.19249.9360.6451.18
Hex5037CE3D49013fa3d33
Octal12067316751110233727563
Binary101000011011111001110111101100100101001111111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5037CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5037CE; }

 p { color: rgb(80,55,206); }

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

<style>
 a { background-color: #5037CE; }

 a { background-color: rgb(80,55,206); }

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

<style>
 span { border-color: #5037CE; }

 span { border-color: rgb(80,55,206); }

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