#5E0752

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

Shades of Tyrian Purple #5E0752

Tints of Tyrian Purple #5E0752

Color information

#5E0752 (or 0x5E0752) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 07 and 52. RGB value is (94,7,82). Sum of RGB (Red+Green+Blue) = 94+7+82=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0752 is #A1F8AD. Grayscale: #292929. Windows color (decimal): -10614958 or 5375838. OLE color: 5375838.

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

Color convert

RGB94782-
CMYK00.930.130.63
HSL308.28º86.14%19.8%-
HSV(B)308.28º92.55%36.86%-
XYZ6.223.148.26-
YUV41.56150.82165.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=51.37%
G=3.83%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9478200.930.130.63308.2886.1419.8
Hex5E75205DD3F1345614
Octal13671220135157746412624
Binary10111101111010010010111011101111111100110100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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