Html Css Color HEX #5E0539 Tyrian Purple

📋 copy color: '#5E0539'

red 94 ◦ green 5 ◦ blue 57

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

Shades of Tyrian Purple #5E0539

Tints of Tyrian Purple #5E0539

RGB

 RED value IS 94 (37.11% from 255) = 60.26%

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

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 60.26%
G = 3.21%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E0539 (or 0x5E0539) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 39. RGB value is (94,5,57). Sum of RGB (Red+Green+Blue) = 94+5+57=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0539 is #A1FAC6. Grayscale: #252525. Windows color (decimal): -10615495 or 3736926. OLE color: 3736926.

HSL color Cylindrical-coordinate representation of color #5E0539: hue angle of 324.94º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0539 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 5 57 -
CMYK 0 0.95 0.39 0.63
HSL 324.94º 0.9% 0.19% -
HSV(B) 324.94º 0.95% 0.37% -
XYZ 5.41 2.78 4.12 -
YUV 37.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 94 5 57 0 0.95 0.39 0.63 324.94 0.9 0.19
Hex 5E 5 39 0 5F 27 3F 145 5A 13
Octal 136 5 71 0 137 47 77 505 132 23
Binary 1011110 101 111001 0 1011111 100111 111111 101000101 1011010 10011

Color Harmonies of #5E0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0539

Black with #5E0539

Text Example


Text Example

White with #5E0539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,57); }

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

background-color css

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

 a { background-color: rgb(94,5,57); }

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

border-color css

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

 span { border-color: rgb(94,5,57); }

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