#5519AB

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

Shades of Purple Heart #5519AB

Tints of Purple Heart #5519AB

Color information

#5519AB (or 0x5519AB) is unknown color: approx Purple Heart. HEX triplet: 55, 19 and AB. RGB value is (85,25,171). Sum of RGB (Red+Green+Blue) = 85+25+171=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #5519AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5519AB is #AAE654. Grayscale: #3B3B3B. Windows color (decimal): -11200085 or 11213141. OLE color: 11213141.

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

Color convert

RGB8525171-
CMYK0.500.8500.33
HSL264.66º74.49%38.43%-
HSV(B)264.66º85.38%67.06%-
XYZ11.445.5739-
YUV59.58190.88146.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=30.25%
G=8.90%
B=60.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85251710.500.8500.33264.6674.4938.43
Hex5519AB32550211094a26
Octal125312536212504141111246
Binary10101011100110101011110010101010101000011000010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5519AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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