#5B11AA

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

Shades of Purple Heart #5B11AA

Tints of Purple Heart #5B11AA

Color information

#5B11AA (or 0x5B11AA) is unknown color: approx Purple Heart. HEX triplet: 5B, 11 and AA. RGB value is (91,17,170). Sum of RGB (Red+Green+Blue) = 91+17+170=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B11AA is #A4EE55. Grayscale: #383838. Windows color (decimal): -10808918 or 11145563. OLE color: 11145563.

HSL color Cylindrical-coordinate representation of color #5B11AA: hue angle of 269.02º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B11AA is Cyan = 0.46, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9117170-
CMYK0.460.900.33
HSL269.02º81.82%36.67%-
HSV(B)269.02º90%66.67%-
XYZ11.775.5338.48-
YUV56.57192.02152.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.73%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=32.73%
G=6.12%
B=61.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171700.460.900.33269.0281.8236.67
Hex5B11AA2E5A02110d5225
Octal133212525613204141512245
Binary10110111000110101010101110101101001000011000011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,17,170); }

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

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

 a { background-color: rgb(91,17,170); }

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

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

 span { border-color: rgb(91,17,170); }

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