#5021BD

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

Shades of Purple Heart #5021BD

Tints of Purple Heart #5021BD

Color information

#5021BD (or 0x5021BD) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and BD. RGB value is (80,33,189). Sum of RGB (Red+Green+Blue) = 80+33+189=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #5021BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021BD is #AFDE42. Grayscale: #404040. Windows color (decimal): -11525699 or 12394832. OLE color: 12394832.

HSL color Cylindrical-coordinate representation of color #5021BD: hue angle of 258.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5021BD is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8033189-
CMYK0.580.8300.26
HSL258.08º70.27%43.53%-
HSV(B)258.08º82.54%74.12%-
XYZ13.046.4748.71-
YUV64.84198.07138.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 189 (74.22% from 255) = 62.58%
R=26.49%
G=10.93%
B=62.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80331890.580.8300.26258.0870.2743.53
Hex5021BD3A5301A102462c
Octal120412757212303240210654
Binary10100001000011011110111101010100110110101000000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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