#5E0022

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

Shades of Tyrian Purple #5E0022

Tints of Tyrian Purple #5E0022

Color information

#5E0022 (or 0x5E0022) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 00 and 22. RGB value is (94,0,34). Sum of RGB (Red+Green+Blue) = 94+0+34=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0022 is #A1FFDD. Grayscale: #1F1F1F. Windows color (decimal): -10616798 or 2228318. OLE color: 2228318.

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

Color convert

RGB94034-
CMYK010.640.63
HSL338.3º100%18.43%-
HSV(B)338.3º100%36.86%-
XYZ4.92.51.74-
YUV31.98129.14172.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=73.44%
G=0%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94034010.640.63338.310018.43
Hex5E022064403F1526412
Octal13604201441007752214422
Binary10111100100010011001001000000111111101010010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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