#5012B6

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

Shades of Purple Heart #5012B6

Tints of Purple Heart #5012B6

Color information

#5012B6 (or 0x5012B6) is unknown color: approx Purple Heart. HEX triplet: 50, 12 and B6. RGB value is (80,18,182). Sum of RGB (Red+Green+Blue) = 80+18+182=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #5012B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012B6 is #AFED49. Grayscale: #363636. Windows color (decimal): -11529546 or 11932240. OLE color: 11932240.

HSL color Cylindrical-coordinate representation of color #5012B6: hue angle of 262.68º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012B6 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8018182-
CMYK0.560.9000.29
HSL262.68º82%39.22%-
HSV(B)262.68º90.11%71.37%-
XYZ11.975.5244.69-
YUV55.23199.54145.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 182 (71.48% from 255) = 65%
R=28.57%
G=6.43%
B=65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181820.560.9000.29262.688239.22
Hex5012B6385A01D1075227
Octal120222667013203540712247
Binary1010000100101011011011100010110100111011000001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5012B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5012B6; }

 p { color: rgb(80,18,182); }

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

<style>
 a { background-color: #5012B6; }

 a { background-color: rgb(80,18,182); }

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

<style>
 span { border-color: #5012B6; }

 span { border-color: rgb(80,18,182); }

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