#5527ab

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

Shades of Purple Heart #5527AB

Tints of Purple Heart #5527AB

Color information

#5527AB (or 0x5527AB) is unknown color: approx Purple Heart. HEX triplet: 55, 27 and AB. RGB value is (85,39,171). Sum of RGB (Red+Green+Blue) = 85+39+171=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5527AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5527AB is #AAD854. Grayscale: #434343. Windows color (decimal): -11196501 or 11216725. OLE color: 11216725.

HSL color Cylindrical-coordinate representation of color #5527AB: hue angle of 260.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5527AB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8539171-
CMYK0.500.7700.33
HSL260.91º62.86%41.18%-
HSV(B)260.91º77.19%67.06%-
XYZ11.826.3239.13-
YUV67.8186.24140.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=28.81%
G=13.22%
B=57.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85391710.500.7700.33260.9162.8641.18
Hex5527AB324D0211053f29
Octal12547253621150414057751
Binary10101011001111010101111001010011010100001100000101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5527ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5527ab; }

 p { color: rgb(85,39,171); }

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

<style>
 a { background-color: #5527ab; }

 a { background-color: rgb(85,39,171); }

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

<style>
 span { border-color: #5527ab; }

 span { border-color: rgb(85,39,171); }

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