#520346

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

Shades of Tyrian Purple #520346

Tints of Tyrian Purple #520346

Color information

#520346 (or 0x520346) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 46. RGB value is (82,3,70). Sum of RGB (Red+Green+Blue) = 82+3+70=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520346 is #ADFCB9. Grayscale: #222222. Windows color (decimal): -11402426 or 4588370. OLE color: 4588370.

HSL color Cylindrical-coordinate representation of color #520346: hue angle of 309.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520346 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB82370-
CMYK00.960.150.68
HSL309.11º92.94%16.67%-
HSV(B)309.11º96.34%32.16%-
XYZ4.622.36-
YUV34.26148.17162.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=52.90%
G=1.94%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8237000.960.150.68309.1192.9416.67
Hex52346060F441355d11
Octal122310601401710446513521
Binary10100101110001100110000011111000100100110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520346; }

 p { color: rgb(82,3,70); }

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

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

 a { background-color: rgb(82,3,70); }

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

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

 span { border-color: rgb(82,3,70); }

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