#5539BD

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

Shades of Purple Heart #5539BD

Tints of Purple Heart #5539BD

Color information

#5539BD (or 0x5539BD) is unknown color: approx Purple Heart. HEX triplet: 55, 39 and BD. RGB value is (85,57,189). Sum of RGB (Red+Green+Blue) = 85+57+189=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #5539BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539BD is #AAC642. Grayscale: #4F4F4F. Windows color (decimal): -11191875 or 12400981. OLE color: 12400981.

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

Color convert

RGB8557189-
CMYK0.550.7000.26
HSL252.73º53.66%48.24%-
HSV(B)252.73º69.84%74.12%-
XYZ14.398.5349.03-
YUV80.42189.28131.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=25.68%
G=17.22%
B=57.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85571890.550.7000.26252.7353.6648.24
Hex5539BD374601Afd3630
Octal12571275671060323756660
Binary101010111100110111101110111100011001101011111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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