#5E0326

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

Shades of Tyrian Purple #5E0326

Tints of Tyrian Purple #5E0326

Color information

#5E0326 (or 0x5E0326) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 03 and 26. RGB value is (94,3,38). Sum of RGB (Red+Green+Blue) = 94+3+38=135 (17% of max value = 765). Red value is 94 (37.11% from 255 or 69.63% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0326 is #A1FCD9. Grayscale: #222222. Windows color (decimal): -10616026 or 2491230. OLE color: 2491230.

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

Color convert

RGB94338-
CMYK00.970.600.63
HSL336.92º93.81%19.02%-
HSV(B)336.92º96.81%36.86%-
XYZ52.582.07-
YUV34.2130.15170.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 69.63%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=69.63%
G=2.22%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9433800.970.600.63336.9293.8119.02
Hex5E3260613C3F1515e13
Octal1363460141747752113623
Binary10111101110011001100001111100111111101010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,38); }

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

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

 a { background-color: rgb(94,3,38); }

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

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

 span { border-color: rgb(94,3,38); }

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