Html Css Color HEX #5B082C Tyrian Purple

📋 copy color: '#5B082C'

red 91 ◦ green 8 ◦ blue 44

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

Shades of Tyrian Purple #5B082C

Tints of Tyrian Purple #5B082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 63.64%
G = 5.59%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5B082C (or 0x5B082C) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 2C. RGB value is (91,8,44). Sum of RGB (Red+Green+Blue) = 91+8+44=143 (18% of max value = 765). Red value is 91 (35.94% from 255 or 63.64% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 91 - color contains mainly: red. Hex color #5B082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B082C is #A4F7D3. Grayscale: #242424. Windows color (decimal): -10811348 or 2885723. OLE color: 2885723.

HSL color Cylindrical-coordinate representation of color #5B082C: hue angle of 333.98º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B082C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 8 44 -
CMYK 0 0.91 0.52 0.64
HSL 333.98º 0.84% 0.19% -
HSV(B) 333.98º 0.91% 0.36% -
XYZ 4.86 2.58 2.62 -
YUV 36.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 91 8 44 0 0.91 0.52 0.64 333.98 0.84 0.19
Hex 5B 8 2C 0 5B 34 40 14E 54 13
Octal 133 10 54 0 133 64 100 516 124 23
Binary 1011011 1000 101100 0 1011011 110100 1000000 101001110 1010100 10011

Color Harmonies of #5B082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B082C

Black with #5B082C

Text Example


Text Example

White with #5B082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,44); }

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

background-color css

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

 a { background-color: rgb(91,8,44); }

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

border-color css

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

 span { border-color: rgb(91,8,44); }

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