#5518B4

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

Shades of Purple Heart #5518B4

Tints of Purple Heart #5518B4

Color information

#5518B4 (or 0x5518B4) is unknown color: approx Purple Heart. HEX triplet: 55, 18 and B4. RGB value is (85,24,180). Sum of RGB (Red+Green+Blue) = 85+24+180=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #5518B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518B4 is #AAE74B. Grayscale: #3B3B3B. Windows color (decimal): -11200332 or 11802709. OLE color: 11802709.

HSL color Cylindrical-coordinate representation of color #5518B4: hue angle of 263.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5518B4 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8524180-
CMYK0.530.8700.29
HSL263.46º76.47%40%-
HSV(B)263.46º86.67%70.59%-
XYZ12.315.8843.67-
YUV60.02195.71145.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=29.41%
G=8.30%
B=62.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85241800.530.8700.29263.4676.4740
Hex5518B4355701D1074c28
Octal125302646512703540711450
Binary1010101110001011010011010110101110111011000001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5518B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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