#5E0851

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

Shades of Tyrian Purple #5E0851

Tints of Tyrian Purple #5E0851

Color information

#5E0851 (or 0x5E0851) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 08 and 51. RGB value is (94,8,81). Sum of RGB (Red+Green+Blue) = 94+8+81=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0851 is #A1F7AE. Grayscale: #292929. Windows color (decimal): -10614703 or 5310558. OLE color: 5310558.

HSL color Cylindrical-coordinate representation of color #5E0851: hue angle of 309.07º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0851 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB94881-
CMYK00.910.140.63
HSL309.07º84.31%20%-
HSV(B)309.07º91.49%36.86%-
XYZ6.193.158.07-
YUV42.04149.99165.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=51.37%
G=4.37%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9488100.910.140.63309.0784.3120
Hex5E85105BE3F1355414
Octal136101210133167746512424
Binary101111010001010001010110111110111111100110101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,81); }

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

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

 a { background-color: rgb(94,8,81); }

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

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

 span { border-color: rgb(94,8,81); }

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