#5012AC

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

Shades of Purple Heart #5012AC

Tints of Purple Heart #5012AC

Color information

#5012AC (or 0x5012AC) is unknown color: approx Purple Heart. HEX triplet: 50, 12 and AC. RGB value is (80,18,172). Sum of RGB (Red+Green+Blue) = 80+18+172=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #5012AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5012AC is #AFED53. Grayscale: #353535. Windows color (decimal): -11529556 or 11276880. OLE color: 11276880.

HSL color Cylindrical-coordinate representation of color #5012AC: hue angle of 264.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012AC is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8018172-
CMYK0.530.9000.33
HSL264.16º81.05%37.25%-
HSV(B)264.16º89.53%67.45%-
XYZ10.975.1239.44-
YUV54.09194.54146.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 172 (67.58% from 255) = 63.70%
R=29.63%
G=6.67%
B=63.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80181720.530.9000.33264.1681.0537.25
Hex5012AC355A0211085125
Octal120222546513204141012145
Binary10100001001010101100110101101101001000011000010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5012AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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