#5B18AB

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

Shades of Purple Heart #5B18AB

Tints of Purple Heart #5B18AB

Color information

#5B18AB (or 0x5B18AB) is unknown color: approx Purple Heart. HEX triplet: 5B, 18 and AB. RGB value is (91,24,171). Sum of RGB (Red+Green+Blue) = 91+24+171=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B18AB is #A4E754. Grayscale: #3C3C3C. Windows color (decimal): -10807125 or 11212891. OLE color: 11212891.

HSL color Cylindrical-coordinate representation of color #5B18AB: hue angle of 267.35º 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 #5B18AB is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9124171-
CMYK0.470.8600.33
HSL267.35º75.38%38.24%-
HSV(B)267.35º85.96%67.06%-
XYZ11.995.8239.02-
YUV60.79190.2149.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=31.82%
G=8.39%
B=59.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91241710.470.8600.33267.3575.3838.24
Hex5B18AB2F5602110b4b26
Octal133302535712604141311346
Binary10110111100010101011101111101011001000011000010111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B18AB; }

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

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

<style>
 a { background-color: #5B18AB; }

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

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

<style>
 span { border-color: #5B18AB; }

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

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