Html Css Color HEX #5B082A Tyrian Purple

📋 copy color: '#5B082A'

red 91 ◦ green 8 ◦ blue 42

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

Shades of Tyrian Purple #5B082A

Tints of Tyrian Purple #5B082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 64.54%
G = 5.67%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5B082A (or 0x5B082A) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 2A. RGB value is (91,8,42). Sum of RGB (Red+Green+Blue) = 91+8+42=141 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.54% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 91 - color contains mainly: red. Hex color #5B082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B082A is #A4F7D5. Grayscale: #242424. Windows color (decimal): -10811350 or 2754651. OLE color: 2754651.

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

Color convert

RGB 91 8 42 -
CMYK 0 0.91 0.54 0.64
HSL 335.42º 0.84% 0.19% -
HSV(B) 335.42º 0.91% 0.36% -
XYZ 4.82 2.56 2.43 -
YUV 36.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 91 8 42 0 0.91 0.54 0.64 335.42 0.84 0.19
Hex 5B 8 2A 0 5B 36 40 14F 54 13
Octal 133 10 52 0 133 66 100 517 124 23
Binary 1011011 1000 101010 0 1011011 110110 1000000 101001111 1010100 10011

Color Harmonies of #5B082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B082A

Black with #5B082A

Text Example


Text Example

White with #5B082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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