#530546

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

Shades of Tyrian Purple #530546

Tints of Tyrian Purple #530546

Color information

#530546 (or 0x530546) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 46. RGB value is (83,5,70). Sum of RGB (Red+Green+Blue) = 83+5+70=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530546 is #ACFAB9. Grayscale: #232323. Windows color (decimal): -11336378 or 4588883. OLE color: 4588883.

HSL color Cylindrical-coordinate representation of color #530546: hue angle of 310º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530546 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB83570-
CMYK00.940.160.67
HSL310º88.64%17.25%-
HSV(B)310º93.98%32.55%-
XYZ4.732.396.01-
YUV35.73147.34161.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=52.53%
G=3.16%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357000.940.160.6731088.6417.25
Hex5354605E10431365911
Octal123510601362010346613121
Binary1010011101100011001011110100001000011100110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530546; }

 p { color: rgb(83,5,70); }

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

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

 a { background-color: rgb(83,5,70); }

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

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

 span { border-color: rgb(83,5,70); }

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