#5020B1

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

Shades of Purple Heart #5020B1

Tints of Purple Heart #5020B1

Color information

#5020B1 (or 0x5020B1) is unknown color: approx Purple Heart. HEX triplet: 50, 20 and B1. RGB value is (80,32,177). Sum of RGB (Red+Green+Blue) = 80+32+177=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #5020B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5020B1 is #AFDF4E. Grayscale: #3E3E3E. Windows color (decimal): -11525967 or 11608144. OLE color: 11608144.

HSL color Cylindrical-coordinate representation of color #5020B1: hue angle of 259.86º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5020B1 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8032177-
CMYK0.550.8200.31
HSL259.86º69.38%40.98%-
HSV(B)259.86º81.92%69.41%-
XYZ11.765.9142.12-
YUV62.88192.4140.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 177 (69.53% from 255) = 61.25%
R=27.68%
G=11.07%
B=61.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80321770.550.8200.31259.8669.3840.98
Hex5020B1375201F1044529
Octal120402616712203740410551
Binary10100001000001011000111011110100100111111000001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5020B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5020B1; }

 p { color: rgb(80,32,177); }

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

<style>
 a { background-color: #5020B1; }

 a { background-color: rgb(80,32,177); }

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

<style>
 span { border-color: #5020B1; }

 span { border-color: rgb(80,32,177); }

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