Html Css Color HEX #5B042F Tyrian Purple

📋 copy color: '#5B042F'

red 91 ◦ green 4 ◦ blue 47

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

Shades of Tyrian Purple #5B042F

Tints of Tyrian Purple #5B042F

RGB

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

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

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

R = 64.08%
G = 2.82%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5B042F (or 0x5B042F) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 2F. RGB value is (91,4,47). Sum of RGB (Red+Green+Blue) = 91+4+47=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B042F is #A4FBD0. Grayscale: #222222. Windows color (decimal): -10812369 or 3081307. OLE color: 3081307.

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

Color convert

RGB 91 4 47 -
CMYK 0 0.96 0.48 0.64
HSL 330.34º 0.92% 0.19% -
HSV(B) 330.34º 0.96% 0.36% -
XYZ 4.87 2.52 2.92 -
YUV 34.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 91 4 47 0 0.96 0.48 0.64 330.34 0.92 0.19
Hex 5B 4 2F 0 60 30 40 14A 5C 13
Octal 133 4 57 0 140 60 100 512 134 23
Binary 1011011 100 101111 0 1100000 110000 1000000 101001010 1011100 10011

Color Harmonies of #5B042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B042F

Black with #5B042F

Text Example


Text Example

White with #5B042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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