#5E0122

Color #5E0122 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5E0122

Tints of Tyrian Purple #5E0122

Color information

#5E0122 (or 0x5E0122) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 01 and 22. RGB value is (94,1,34). Sum of RGB (Red+Green+Blue) = 94+1+34=129 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.87% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0122 is #A1FEDD. Grayscale: #202020. Windows color (decimal): -10616542 or 2228574. OLE color: 2228574.

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

Color convert

RGB94134-
CMYK00.990.640.63
HSL338.71º97.89%18.63%-
HSV(B)338.71º98.94%36.86%-
XYZ4.922.521.74-
YUV32.57128.81171.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 72.87%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=72.87%
G=0.78%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9413400.990.640.63338.7197.8918.63
Hex5E122063403F1536213
Octal13614201431007752314223
Binary10111101100010011000111000000111111101010011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,34); }

 H1.HeaderClassName
 {
   color: #5E0122;
 }
 .AnyTagClassName
 {
   color: #5E0122;
 }
</style>
background-color css

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

 a { background-color: rgb(94,1,34); }

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

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

 span { border-color: rgb(94,1,34); }

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