Html Css Color HEX #5E052E Tyrian Purple

📋 copy color: '#5E052E'

red 94 ◦ green 5 ◦ blue 46

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

Shades of Tyrian Purple #5E052E

Tints of Tyrian Purple #5E052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 64.83%
G = 3.45%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E052E (or 0x5E052E) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 2E. RGB value is (94,5,46). Sum of RGB (Red+Green+Blue) = 94+5+46=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E052E is #A1FAD1. Grayscale: #242424. Windows color (decimal): -10615506 or 3016030. OLE color: 3016030.

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

Color convert

RGB 94 5 46 -
CMYK 0 0.95 0.51 0.63
HSL 332.36º 0.9% 0.19% -
HSV(B) 332.36º 0.95% 0.37% -
XYZ 5.16 2.69 2.83 -
YUV 36.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 94 5 46 0 0.95 0.51 0.63 332.36 0.9 0.19
Hex 5E 5 2E 0 5F 33 3F 14C 5A 13
Octal 136 5 56 0 137 63 77 514 132 23
Binary 1011110 101 101110 0 1011111 110011 111111 101001100 1011010 10011

Color Harmonies of #5E052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E052E

Black with #5E052E

Text Example


Text Example

White with #5E052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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