Html Css Color HEX #5B0A31 Tyrian Purple

📋 copy color: '#5B0A31'

red 91 ◦ green 10 ◦ blue 49

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

Shades of Tyrian Purple #5B0A31

Tints of Tyrian Purple #5B0A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 60.67%
G = 6.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5B0A31 (or 0x5B0A31) is known color: Tyrian Purple. HEX triplet: 5B, 0A and 31. RGB value is (91,10,49). Sum of RGB (Red+Green+Blue) = 91+10+49=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0A31 is #A4F5CE. Grayscale: #262626. Windows color (decimal): -10810831 or 3213915. OLE color: 3213915.

HSL color Cylindrical-coordinate representation of color #5B0A31: hue angle of 331.11º 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 #5B0A31 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 10 49 -
CMYK 0 0.89 0.46 0.64
HSL 331.11º 0.8% 0.2% -
HSV(B) 331.11º 0.89% 0.36% -
XYZ 4.98 2.66 3.16 -
YUV 38.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 91 10 49 0 0.89 0.46 0.64 331.11 0.8 0.2
Hex 5B A 31 0 59 2E 40 14B 50 14
Octal 133 12 61 0 131 56 100 513 120 24
Binary 1011011 1010 110001 0 1011001 101110 1000000 101001011 1010000 10100

Color Harmonies of #5B0A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0A31

Black with #5B0A31

Text Example


Text Example

White with #5B0A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0A31;
 }
 .AnyTagClassName
 {
   color: #5B0A31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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