Html Css Color HEX #5E022F Tyrian Purple

📋 copy color: '#5E022F'

red 94 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #5E022F

Tints of Tyrian Purple #5E022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 65.73%
G = 1.4%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E022F (or 0x5E022F) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 2F. RGB value is (94,2,47). Sum of RGB (Red+Green+Blue) = 94+2+47=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E022F is #A1FDD0. Grayscale: #222222. Windows color (decimal): -10616273 or 3080798. OLE color: 3080798.

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

Color convert

RGB 94 2 47 -
CMYK 0 0.98 0.5 0.63
HSL 330.65º 0.96% 0.19% -
HSV(B) 330.65º 0.98% 0.37% -
XYZ 5.15 2.63 2.93 -
YUV 34.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 94 2 47 0 0.98 0.5 0.63 330.65 0.96 0.19
Hex 5E 2 2F 0 62 32 3F 14B 60 13
Octal 136 2 57 0 142 62 77 513 140 23
Binary 1011110 10 101111 0 1100010 110010 111111 101001011 1100000 10011

Color Harmonies of #5E022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E022F

Black with #5E022F

Text Example


Text Example

White with #5E022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,47); }

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

background-color css

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

 a { background-color: rgb(94,2,47); }

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

border-color css

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

 span { border-color: rgb(94,2,47); }

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