Html Css Color HEX #5B0B2F Tyrian Purple

📋 copy color: '#5B0B2F'

red 91 ◦ green 11 ◦ blue 47

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

Shades of Tyrian Purple #5B0B2F

Tints of Tyrian Purple #5B0B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 61.07%
G = 7.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5B0B2F (or 0x5B0B2F) is known color: Tyrian Purple. HEX triplet: 5B, 0B and 2F. RGB value is (91,11,47). Sum of RGB (Red+Green+Blue) = 91+11+47=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B2F is #A4F4D0. Grayscale: #262626. Windows color (decimal): -10810577 or 3083099. OLE color: 3083099.

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

Color convert

RGB 91 11 47 -
CMYK 0 0.88 0.48 0.64
HSL 333º 0.78% 0.2% -
HSV(B) 333º 0.88% 0.36% -
XYZ 4.95 2.67 2.94 -
YUV 39.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 91 11 47 0 0.88 0.48 0.64 333 0.78 0.2
Hex 5B B 2F 0 58 30 40 14D 4E 14
Octal 133 13 57 0 130 60 100 515 116 24
Binary 1011011 1011 101111 0 1011000 110000 1000000 101001101 1001110 10100

Color Harmonies of #5B0B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B2F

Black with #5B0B2F

Text Example


Text Example

White with #5B0B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,47); }

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

background-color css

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

 a { background-color: rgb(91,11,47); }

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

border-color css

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

 span { border-color: rgb(91,11,47); }

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