#5E0952

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

Shades of Tyrian Purple #5E0952

Tints of Tyrian Purple #5E0952

Color information

#5E0952 (or 0x5E0952) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 09 and 52. RGB value is (94,9,82). Sum of RGB (Red+Green+Blue) = 94+9+82=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0952 is #A1F6AD. Grayscale: #2A2A2A. Windows color (decimal): -10614446 or 5376350. OLE color: 5376350.

HSL color Cylindrical-coordinate representation of color #5E0952: hue angle of 308.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0952 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB94982-
CMYK00.900.130.63
HSL308.47º82.52%20.2%-
HSV(B)308.47º90.43%36.86%-
XYZ6.243.188.27-
YUV42.74150.16164.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.81%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=50.81%
G=4.86%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9498200.900.130.63308.4782.5220.2
Hex5E95205AD3F1345314
Octal136111220132157746412324
Binary101111010011010010010110101101111111100110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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