#5539D3

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

Shades of Purple Heart #5539D3

Tints of Purple Heart #5539D3

Color information

#5539D3 (or 0x5539D3) is unknown color: approx Purple Heart. HEX triplet: 55, 39 and D3. RGB value is (85,57,211). Sum of RGB (Red+Green+Blue) = 85+57+211=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 211 (82.81% from 255 or 59.77% from 353); Max value from RGB is 211 - color contains mainly: blue. Hex color #5539D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539D3 is #AAC62C. Grayscale: #525252. Windows color (decimal): -11191853 or 13842773. OLE color: 13842773.

HSL color Cylindrical-coordinate representation of color #5539D3: hue angle of 250.91º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5539D3 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8557211-
CMYK0.600.7300.17
HSL250.91º63.64%52.55%-
HSV(B)250.91º72.99%82.75%-
XYZ16.979.5662.58-
YUV82.93200.28129.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 211 (82.81% from 255) = 59.77%
R=24.08%
G=16.15%
B=59.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal85572110.600.7300.17250.9163.6452.55
Hex5539D33C49011fb4035
Octal125713237411102137310065
Binary1010101111001110100111111001001001010001111110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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