#5B0A32

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

Shades of Tyrian Purple #5B0A32

Tints of Tyrian Purple #5B0A32

Color information

#5B0A32 (or 0x5B0A32) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0A and 32. RGB value is (91,10,50). Sum of RGB (Red+Green+Blue) = 91+10+50=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0A32 is #A4F5CD. Grayscale: #262626. Windows color (decimal): -10810830 or 3279451. OLE color: 3279451.

HSL color Cylindrical-coordinate representation of color #5B0A32: hue angle of 330.37º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0A32 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB911050-
CMYK00.890.450.64
HSL330.37º80.2%19.8%-
HSV(B)330.37º89.01%35.69%-
XYZ52.673.27-
YUV38.78134.34165.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.26%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=60.26%
G=6.62%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91105000.890.450.64330.3780.219.8
Hex5BA320592D4014a5014
Octal133126201315510051212024
Binary10110111010110010010110011011011000000101001010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,10,50); }

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

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

 a { background-color: rgb(91,10,50); }

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

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

 span { border-color: rgb(91,10,50); }

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