#5E0052

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

Shades of Tyrian Purple #5E0052

Tints of Tyrian Purple #5E0052

Color information

#5E0052 (or 0x5E0052) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 00 and 52. RGB value is (94,0,82). Sum of RGB (Red+Green+Blue) = 94+0+82=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0052 is #A1FFAD. Grayscale: #252525. Windows color (decimal): -10616750 or 5374046. OLE color: 5374046.

HSL color Cylindrical-coordinate representation of color #5E0052: hue angle of 307.66º 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 #5E0052 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB94082-
CMYK010.130.63
HSL307.66º100%18.43%-
HSV(B)307.66º100%36.86%-
XYZ6.142.998.24-
YUV37.45153.14168.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=53.41%
G=0%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94082010.130.63307.6610018.43
Hex5E052064D3F1346412
Octal13601220144157746414422
Binary101111001010010011001001101111111100110100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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