#5A0527

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

Shades of Tyrian Purple #5A0527

Tints of Tyrian Purple #5A0527

Color information

#5A0527 (or 0x5A0527) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 05 and 27. RGB value is (90,5,39). Sum of RGB (Red+Green+Blue) = 90+5+39=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0527 is #A5FAD8. Grayscale: #222222. Windows color (decimal): -10877657 or 2557274. OLE color: 2557274.

HSL color Cylindrical-coordinate representation of color #5A0527: hue angle of 336º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0527 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB90539-
CMYK00.940.570.65
HSL336º89.47%18.63%-
HSV(B)336º94.44%35.29%-
XYZ4.642.432.14-
YUV34.29130.66167.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 67.16%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=67.16%
G=3.73%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9053900.940.570.6533689.4718.63
Hex5A52705E39411505913
Octal13254701367110152013123
Binary1011010101100111010111101110011000001101010000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,39); }

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

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

 a { background-color: rgb(90,5,39); }

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

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

 span { border-color: rgb(90,5,39); }

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