Html Css Color HEX #5B0529 Tyrian Purple

📋 copy color: '#5B0529'

red 91 ◦ green 5 ◦ blue 41

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

Shades of Tyrian Purple #5B0529

Tints of Tyrian Purple #5B0529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 66.42%
G = 3.65%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5B0529 (or 0x5B0529) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 29. RGB value is (91,5,41). Sum of RGB (Red+Green+Blue) = 91+5+41=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0529 is #A4FAD6. Grayscale: #222222. Windows color (decimal): -10812119 or 2688347. OLE color: 2688347.

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

Color convert

RGB 91 5 41 -
CMYK 0 0.95 0.55 0.64
HSL 334.88º 0.9% 0.19% -
HSV(B) 334.88º 0.95% 0.36% -
XYZ 4.77 2.49 2.33 -
YUV 34.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 91 5 41 0 0.95 0.55 0.64 334.88 0.9 0.19
Hex 5B 5 29 0 5F 37 40 14F 5A 13
Octal 133 5 51 0 137 67 100 517 132 23
Binary 1011011 101 101001 0 1011111 110111 1000000 101001111 1011010 10011

Color Harmonies of #5B0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0529

Black with #5B0529

Text Example


Text Example

White with #5B0529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,41); }

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

background-color css

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

 a { background-color: rgb(91,5,41); }

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

border-color css

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

 span { border-color: rgb(91,5,41); }

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