#5022B0

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

Shades of Purple Heart #5022B0

Tints of Purple Heart #5022B0

Color information

#5022B0 (or 0x5022B0) is unknown color: approx Purple Heart. HEX triplet: 50, 22 and B0. RGB value is (80,34,176). Sum of RGB (Red+Green+Blue) = 80+34+176=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #5022B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5022B0 is #AFDD4F. Grayscale: #3F3F3F. Windows color (decimal): -11525456 or 11543120. OLE color: 11543120.

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

Color convert

RGB8034176-
CMYK0.550.8100.31
HSL259.44º67.62%41.18%-
HSV(B)259.44º80.68%69.02%-
XYZ11.725.9841.61-
YUV63.94191.24139.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 176 (69.14% from 255) = 60.69%
R=27.59%
G=11.72%
B=60.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80341760.550.8100.31259.4467.6241.18
Hex5022B0375101F1034429
Octal120422606712103740310451
Binary10100001000101011000011011110100010111111000000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5022B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5022B0; }

 p { color: rgb(80,34,176); }

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

<style>
 a { background-color: #5022B0; }

 a { background-color: rgb(80,34,176); }

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

<style>
 span { border-color: #5022B0; }

 span { border-color: rgb(80,34,176); }

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