#5B13AA

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

Shades of Purple Heart #5B13AA

Tints of Purple Heart #5B13AA

Color information

#5B13AA (or 0x5B13AA) is unknown color: approx Purple Heart. HEX triplet: 5B, 13 and AA. RGB value is (91,19,170). Sum of RGB (Red+Green+Blue) = 91+19+170=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B13AA is #A4EC55. Grayscale: #393939. Windows color (decimal): -10808406 or 11146075. OLE color: 11146075.

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

Color convert

RGB9119170-
CMYK0.460.8900.33
HSL268.61º79.89%37.06%-
HSV(B)268.61º88.82%66.67%-
XYZ11.85.5938.49-
YUV57.74191.35151.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=32.5%
G=6.79%
B=60.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91191700.460.8900.33268.6179.8937.06
Hex5B13AA2E5902110d5025
Octal133232525613104141512045
Binary10110111001110101010101110101100101000011000011011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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