#5531B0

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

Shades of Purple Heart #5531B0

Tints of Purple Heart #5531B0

Color information

#5531B0 (or 0x5531B0) is unknown color: approx Purple Heart. HEX triplet: 55, 31 and B0. RGB value is (85,49,176). Sum of RGB (Red+Green+Blue) = 85+49+176=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #5531B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531B0 is #AACE4F. Grayscale: #494949. Windows color (decimal): -11193936 or 11546965. OLE color: 11546965.

HSL color Cylindrical-coordinate representation of color #5531B0: hue angle of 257.01º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5531B0 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8549176-
CMYK0.520.7200.31
HSL257.01º56.44%44.12%-
HSV(B)257.01º72.16%69.02%-
XYZ12.687.2641.81-
YUV74.24185.43135.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=27.42%
G=15.81%
B=56.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85491760.520.7200.31257.0156.4444.12
Hex5531B0344801F101382c
Octal12561260641100374017054
Binary1010101110001101100001101001001000011111100000001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5531B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5531B0; }

 p { color: rgb(85,49,176); }

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

<style>
 a { background-color: #5531B0; }

 a { background-color: rgb(85,49,176); }

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

<style>
 span { border-color: #5531B0; }

 span { border-color: rgb(85,49,176); }

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