Html Css Color HEX #5B0A32 Tyrian Purple

📋 copy color: '#5B0A32'

red 91 ◦ green 10 ◦ blue 50

#5B0A32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5B0A32

Tints of Tyrian Purple #5B0A32

RGB

 RED value IS 91 (35.94% from 255) = 60.26%

 GREEN value IS 10 (4.3% 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 value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B0A32 (or 0x5B0A32) is known color: 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

RGB 91 10 50 -
CMYK 0 0.89 0.45 0.64
HSL 330.37º 0.8% 0.2% -
HSV(B) 330.37º 0.89% 0.36% -
XYZ 5 2.67 3.27 -
YUV 38.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 91 10 50 0 0.89 0.45 0.64 330.37 0.8 0.2
Hex 5B A 32 0 59 2D 40 14A 50 14
Octal 133 12 62 0 131 55 100 512 120 24
Binary 1011011 1010 110010 0 1011001 101101 1000000 101001010 1010000 10100

Color Harmonies of #5B0A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0A32

Black with #5B0A32

Text Example


Text Example

White with #5B0A32

Text Example


Text Example

HTML Codes & Css Web 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>