Html Css Color HEX #5B0538 Tyrian Purple

📋 copy color: '#5B0538'

red 91 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #5B0538

Tints of Tyrian Purple #5B0538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.84%

R = 59.87%
G = 3.29%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5B0538 (or 0x5B0538) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 38. RGB value is (91,5,56). Sum of RGB (Red+Green+Blue) = 91+5+56=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0538 is #A4FAC7. Grayscale: #242424. Windows color (decimal): -10812104 or 3671387. OLE color: 3671387.

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

Color convert

RGB 91 5 56 -
CMYK 0 0.95 0.38 0.64
HSL 324.42º 0.9% 0.19% -
HSV(B) 324.42º 0.95% 0.36% -
XYZ 5.08 2.62 3.98 -
YUV 36.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 91 5 56 0 0.95 0.38 0.64 324.42 0.9 0.19
Hex 5B 5 38 0 5F 26 40 144 5A 13
Octal 133 5 70 0 137 46 100 504 132 23
Binary 1011011 101 111000 0 1011111 100110 1000000 101000100 1011010 10011

Color Harmonies of #5B0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0538

Black with #5B0538

Text Example


Text Example

White with #5B0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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