#5539BF

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

Shades of Purple Heart #5539BF

Tints of Purple Heart #5539BF

Color information

#5539BF (or 0x5539BF) is unknown color: approx Purple Heart. HEX triplet: 55, 39 and BF. RGB value is (85,57,191). Sum of RGB (Red+Green+Blue) = 85+57+191=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #5539BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539BF is #AAC640. Grayscale: #505050. Windows color (decimal): -11191873 or 12532053. OLE color: 12532053.

HSL color Cylindrical-coordinate representation of color #5539BF: hue angle of 252.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5539BF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8557191-
CMYK0.550.7000.25
HSL252.54º54.03%48.63%-
HSV(B)252.54º70.16%74.9%-
XYZ14.618.6250.18-
YUV80.65190.28131.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 191 (75% from 255) = 57.36%
R=25.53%
G=17.12%
B=57.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85571910.550.7000.25252.5454.0348.63
Hex5539BF3746019fd3631
Octal12571277671060313756661
Binary101010111100110111111110111100011001100111111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5539BF; }

 p { color: rgb(85,57,191); }

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

<style>
 a { background-color: #5539BF; }

 a { background-color: rgb(85,57,191); }

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

<style>
 span { border-color: #5539BF; }

 span { border-color: rgb(85,57,191); }

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