#5021CA

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

Shades of Purple Heart #5021CA

Tints of Purple Heart #5021CA

Color information

#5021CA (or 0x5021CA) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and CA. RGB value is (80,33,202). Sum of RGB (Red+Green+Blue) = 80+33+202=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #5021CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CA is #AFDE35. Grayscale: #414141. Windows color (decimal): -11525686 or 13246800. OLE color: 13246800.

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

Color convert

RGB8033202-
CMYK0.600.8400.21
HSL256.69º71.91%46.08%-
HSV(B)256.69º83.66%79.22%-
XYZ14.517.0656.47-
YUV66.32204.57137.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=25.40%
G=10.48%
B=64.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80332020.600.8400.21256.6971.9146.08
Hex5021CA3C54015101482e
Octal120413127412402540111056
Binary10100001000011100101011110010101000101011000000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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