Html Css Color HEX #5B0D3A Tyrian Purple

📋 copy color: '#5B0D3A'

red 91 ◦ green 13 ◦ blue 58

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

Shades of Tyrian Purple #5B0D3A

Tints of Tyrian Purple #5B0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 56.17%
G = 8.02%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5B0D3A (or 0x5B0D3A) is known color: Tyrian Purple. HEX triplet: 5B, 0D and 3A. RGB value is (91,13,58). Sum of RGB (Red+Green+Blue) = 91+13+58=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0D3A is #A4F2C5. Grayscale: #292929. Windows color (decimal): -10810054 or 3804507. OLE color: 3804507.

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

Color convert

RGB 91 13 58 -
CMYK 0 0.86 0.36 0.64
HSL 325.38º 0.75% 0.2% -
HSV(B) 325.38º 0.86% 0.36% -
XYZ 5.22 2.82 4.27 -
YUV 41.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 91 13 58 0 0.86 0.36 0.64 325.38 0.75 0.2
Hex 5B D 3A 0 56 24 40 145 4B 14
Octal 133 15 72 0 126 44 100 505 113 24
Binary 1011011 1101 111010 0 1010110 100100 1000000 101000101 1001011 10100

Color Harmonies of #5B0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0D3A

Black with #5B0D3A

Text Example


Text Example

White with #5B0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,13,58); }

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

background-color css

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

 a { background-color: rgb(91,13,58); }

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

border-color css

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

 span { border-color: rgb(91,13,58); }

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