#5E0530

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

Shades of Tyrian Purple #5E0530

Tints of Tyrian Purple #5E0530

Color information

#5E0530 (or 0x5E0530) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 05 and 30. RGB value is (94,5,48). Sum of RGB (Red+Green+Blue) = 94+5+48=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0530 is #A1FACF. Grayscale: #242424. Windows color (decimal): -10615504 or 3147102. OLE color: 3147102.

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

Color convert

RGB94548-
CMYK00.950.490.63
HSL331.01º89.9%19.41%-
HSV(B)331.01º94.68%36.86%-
XYZ5.22.73.04-
YUV36.51134.49169-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.95%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=63.95%
G=3.40%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9454800.950.490.63331.0189.919.41
Hex5E53005F313F14b5a13
Octal1365600137617751313223
Binary101111010111000001011111110001111111101001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,48); }

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

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

 a { background-color: rgb(94,5,48); }

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

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

 span { border-color: rgb(94,5,48); }

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