#520543

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

Shades of Tyrian Purple #520543

Tints of Tyrian Purple #520543

Color information

#520543 (or 0x520543) is unknown color: approx Tyrian Purple. HEX triplet: 52, 05 and 43. RGB value is (82,5,67). Sum of RGB (Red+Green+Blue) = 82+5+67=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520543 is #ADFABC. Grayscale: #222222. Windows color (decimal): -11401917 or 4392274. OLE color: 4392274.

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

Color convert

RGB82567-
CMYK00.940.180.68
HSL311.69º88.51%17.06%-
HSV(B)311.69º93.9%32.16%-
XYZ4.552.315.52-
YUV35.09146.01161.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=53.25%
G=3.25%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8256700.940.180.68311.6988.5117.06
Hex5254305E12441385911
Octal122510301362210447013121
Binary1010010101100001101011110100101000100100111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520543; }

 p { color: rgb(82,5,67); }

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

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

 a { background-color: rgb(82,5,67); }

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

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

 span { border-color: rgb(82,5,67); }

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