#5021CB

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

Shades of Purple Heart #5021CB

Tints of Purple Heart #5021CB

Color information

#5021CB (or 0x5021CB) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and CB. RGB value is (80,33,203). Sum of RGB (Red+Green+Blue) = 80+33+203=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #5021CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CB is #AFDE34. Grayscale: #414141. Windows color (decimal): -11525685 or 13312336. OLE color: 13312336.

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

Color convert

RGB8033203-
CMYK0.610.8400.20
HSL256.59º72.03%46.27%-
HSV(B)256.59º83.74%79.61%-
XYZ14.637.157.1-
YUV66.43205.07137.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=25.32%
G=10.44%
B=64.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80332030.610.8400.20256.5972.0346.27
Hex5021CB3D54014101482e
Octal120413137512402440111056
Binary10100001000011100101111110110101000101001000000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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