#5039B9

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

Shades of Purple Heart #5039B9

Tints of Purple Heart #5039B9

Color information

#5039B9 (or 0x5039B9) is unknown color: approx Purple Heart. HEX triplet: 50, 39 and B9. RGB value is (80,57,185). Sum of RGB (Red+Green+Blue) = 80+57+185=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #5039B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039B9 is #AFC646. Grayscale: #4D4D4D. Windows color (decimal): -11519559 or 12138832. OLE color: 12138832.

HSL color Cylindrical-coordinate representation of color #5039B9: hue angle of 250.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5039B9 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8057185-
CMYK0.570.6900.27
HSL250.78º52.89%47.45%-
HSV(B)250.78º69.19%72.55%-
XYZ13.538.1346.76-
YUV78.47188.12129.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 185 (72.66% from 255) = 57.45%
R=24.84%
G=17.70%
B=57.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80571850.570.6900.27250.7852.8947.45
Hex5039B9394501Bfb352f
Octal12071271711050333736557
Binary101000011100110111001111001100010101101111111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5039B9; }

 p { color: rgb(80,57,185); }

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

<style>
 a { background-color: #5039B9; }

 a { background-color: rgb(80,57,185); }

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

<style>
 span { border-color: #5039B9; }

 span { border-color: rgb(80,57,185); }

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