Html Css Color HEX #5B0429 Tyrian Purple

📋 copy color: '#5B0429'

red 91 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #5B0429

Tints of Tyrian Purple #5B0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 66.91%
G = 2.94%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5B0429 (or 0x5B0429) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 29. RGB value is (91,4,41). Sum of RGB (Red+Green+Blue) = 91+4+41=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0429 is #A4FBD6. Grayscale: #222222. Windows color (decimal): -10812375 or 2688091. OLE color: 2688091.

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

Color convert

RGB 91 4 41 -
CMYK 0 0.96 0.55 0.64
HSL 334.48º 0.92% 0.19% -
HSV(B) 334.48º 0.96% 0.36% -
XYZ 4.76 2.47 2.32 -
YUV 34.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 91 4 41 0 0.96 0.55 0.64 334.48 0.92 0.19
Hex 5B 4 29 0 60 37 40 14E 5C 13
Octal 133 4 51 0 140 67 100 516 134 23
Binary 1011011 100 101001 0 1100000 110111 1000000 101001110 1011100 10011

Color Harmonies of #5B0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0429

Black with #5B0429

Text Example


Text Example

White with #5B0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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