Html Css Color HEX #5B053A Tyrian Purple

📋 copy color: '#5B053A'

red 91 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #5B053A

Tints of Tyrian Purple #5B053A

RGB

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

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

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

R = 59.09%
G = 3.25%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5B053A (or 0x5B053A) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 3A. RGB value is (91,5,58). Sum of RGB (Red+Green+Blue) = 91+5+58=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B053A is #A4FAC5. Grayscale: #242424. Windows color (decimal): -10812102 or 3802459. OLE color: 3802459.

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

Color convert

RGB 91 5 58 -
CMYK 0 0.95 0.36 0.64
HSL 323.02º 0.9% 0.19% -
HSV(B) 323.02º 0.95% 0.36% -
XYZ 5.13 2.64 4.24 -
YUV 36.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 91 5 58 0 0.95 0.36 0.64 323.02 0.9 0.19
Hex 5B 5 3A 0 5F 24 40 143 5A 13
Octal 133 5 72 0 137 44 100 503 132 23
Binary 1011011 101 111010 0 1011111 100100 1000000 101000011 1011010 10011

Color Harmonies of #5B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B053A

Black with #5B053A

Text Example


Text Example

White with #5B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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