#5012CA

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

Shades of Purple Heart #5012CA

Tints of Purple Heart #5012CA

Color information

#5012CA (or 0x5012CA) is unknown color: approx Purple Heart. HEX triplet: 50, 12 and CA. RGB value is (80,18,202). Sum of RGB (Red+Green+Blue) = 80+18+202=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #5012CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012CA is #AFED35. Grayscale: #383838. Windows color (decimal): -11529526 or 13242960. OLE color: 13242960.

HSL color Cylindrical-coordinate representation of color #5012CA: hue angle of 260.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5012CA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8018202-
CMYK0.600.9100.21
HSL260.22º83.64%43.14%-
HSV(B)260.22º91.09%79.22%-
XYZ14.196.456.37-
YUV57.51209.54144.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=26.67%
G=6%
B=67.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80182020.600.9100.21260.2283.6443.14
Hex5012CA3C5B015104542b
Octal120223127413302540412453
Binary1010000100101100101011110010110110101011000001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5012CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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