Html Css Color HEX #5E073A Tyrian Purple

📋 copy color: '#5E073A'

red 94 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #5E073A

Tints of Tyrian Purple #5E073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 59.12%
G = 4.4%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E073A (or 0x5E073A) is known color: Tyrian Purple. HEX triplet: 5E, 07 and 3A. RGB value is (94,7,58). Sum of RGB (Red+Green+Blue) = 94+7+58=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E073A is #A1F8C5. Grayscale: #262626. Windows color (decimal): -10614982 or 3802974. OLE color: 3802974.

HSL color Cylindrical-coordinate representation of color #5E073A: hue angle of 324.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E073A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 7 58 -
CMYK 0 0.93 0.38 0.63
HSL 324.83º 0.86% 0.2% -
HSV(B) 324.83º 0.93% 0.37% -
XYZ 5.46 2.84 4.26 -
YUV 38.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 94 7 58 0 0.93 0.38 0.63 324.83 0.86 0.2
Hex 5E 7 3A 0 5D 26 3F 145 56 14
Octal 136 7 72 0 135 46 77 505 126 24
Binary 1011110 111 111010 0 1011101 100110 111111 101000101 1010110 10100

Color Harmonies of #5E073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E073A

Black with #5E073A

Text Example


Text Example

White with #5E073A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,7,58); }

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

background-color css

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

 a { background-color: rgb(94,7,58); }

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

border-color css

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

 span { border-color: rgb(94,7,58); }

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