#5036d2

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

Shades of Purple Heart #5036D2

Tints of Purple Heart #5036D2

Color information

#5036D2 (or 0x5036D2) is unknown color: approx Purple Heart. HEX triplet: 50, 36 and D2. RGB value is (80,54,210). Sum of RGB (Red+Green+Blue) = 80+54+210=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 210 (82.42% from 255 or 61.05% from 344); Max value from RGB is 210 - color contains mainly: blue. Hex color #5036D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5036D2 is #AFC92D. Grayscale: #4E4E4E. Windows color (decimal): -11520302 or 13776464. OLE color: 13776464.

HSL color Cylindrical-coordinate representation of color #5036D2: hue angle of 250º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5036D2 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8054210-
CMYK0.620.7400.18
HSL250º63.41%51.76%-
HSV(B)250º74.29%82.35%-
XYZ16.26961.85-
YUV79.56201.61128.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 210 (82.42% from 255) = 61.05%
R=23.26%
G=15.70%
B=61.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80542100.620.7400.1825063.4151.76
Hex5036D23E4A012fa3f34
Octal12066322761120223727764
Binary101000011011011010010111110100101001001011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5036d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5036d2; }

 p { color: rgb(80,54,210); }

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

<style>
 a { background-color: #5036d2; }

 a { background-color: rgb(80,54,210); }

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

<style>
 span { border-color: #5036d2; }

 span { border-color: rgb(80,54,210); }

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