#5039BB

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

Shades of Purple Heart #5039BB

Tints of Purple Heart #5039BB

Color information

#5039BB (or 0x5039BB) is unknown color: approx Purple Heart. HEX triplet: 50, 39 and BB. RGB value is (80,57,187). Sum of RGB (Red+Green+Blue) = 80+57+187=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5039BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039BB is #AFC644. Grayscale: #4E4E4E. Windows color (decimal): -11519557 or 12269904. OLE color: 12269904.

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

Color convert

RGB8057187-
CMYK0.570.7000.27
HSL250.62º53.28%47.84%-
HSV(B)250.62º69.52%73.33%-
XYZ13.748.2247.88-
YUV78.7189.12128.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=24.69%
G=17.59%
B=57.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80571870.570.7000.27250.6253.2847.84
Hex5039BB394601Bfb3530
Octal12071273711060333736560
Binary101000011100110111011111001100011001101111111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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