#5518AB

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

Shades of Purple Heart #5518AB

Tints of Purple Heart #5518AB

Color information

#5518AB (or 0x5518AB) is unknown color: approx Purple Heart. HEX triplet: 55, 18 and AB. RGB value is (85,24,171). Sum of RGB (Red+Green+Blue) = 85+24+171=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #5518AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5518AB is #AAE754. Grayscale: #3A3A3A. Windows color (decimal): -11200341 or 11212885. OLE color: 11212885.

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

Color convert

RGB8524171-
CMYK0.500.8600.33
HSL264.9º75.38%38.24%-
HSV(B)264.9º85.96%67.06%-
XYZ11.425.5238.99-
YUV59191.21146.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=30.36%
G=8.57%
B=61.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85241710.500.8600.33264.975.3838.24
Hex5518AB32560211094b26
Octal125302536212604141111346
Binary10101011100010101011110010101011001000011000010011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5518AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5518AB; }

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

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

<style>
 a { background-color: #5518AB; }

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

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

<style>
 span { border-color: #5518AB; }

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

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