Html Css Color HEX #5E0548 Tyrian Purple

📋 copy color: '#5E0548'

red 94 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #5E0548

Tints of Tyrian Purple #5E0548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 54.97%
G = 2.92%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E0548 (or 0x5E0548) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 48. RGB value is (94,5,72). Sum of RGB (Red+Green+Blue) = 94+5+72=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0548 is #A1FAB7. Grayscale: #272727. Windows color (decimal): -10615480 or 4719966. OLE color: 4719966.

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

Color convert

RGB 94 5 72 -
CMYK 0 0.95 0.23 0.63
HSL 314.83º 0.9% 0.19% -
HSV(B) 314.83º 0.95% 0.37% -
XYZ 5.84 2.96 6.39 -
YUV 39.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 94 5 72 0 0.95 0.23 0.63 314.83 0.9 0.19
Hex 5E 5 48 0 5F 17 3F 13B 5A 13
Octal 136 5 110 0 137 27 77 473 132 23
Binary 1011110 101 1001000 0 1011111 10111 111111 100111011 1011010 10011

Color Harmonies of #5E0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0548

Black with #5E0548

Text Example


Text Example

White with #5E0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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