Html Css Color HEX #5B043A Tyrian Purple

📋 copy color: '#5B043A'

red 91 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #5B043A

Tints of Tyrian Purple #5B043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 59.48%
G = 2.61%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5B043A (or 0x5B043A) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 3A. RGB value is (91,4,58). Sum of RGB (Red+Green+Blue) = 91+4+58=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B043A is #A4FBC5. Grayscale: #242424. Windows color (decimal): -10812358 or 3802203. OLE color: 3802203.

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

Color convert

RGB 91 4 58 -
CMYK 0 0.96 0.36 0.64
HSL 322.76º 0.92% 0.19% -
HSV(B) 322.76º 0.96% 0.36% -
XYZ 5.12 2.62 4.24 -
YUV 36.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 91 4 58 0 0.96 0.36 0.64 322.76 0.92 0.19
Hex 5B 4 3A 0 60 24 40 143 5C 13
Octal 133 4 72 0 140 44 100 503 134 23
Binary 1011011 100 111010 0 1100000 100100 1000000 101000011 1011100 10011

Color Harmonies of #5B043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B043A

Black with #5B043A

Text Example


Text Example

White with #5B043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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