#520736

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

Shades of Tyrian Purple #520736

Tints of Tyrian Purple #520736

Color information

#520736 (or 0x520736) is unknown color: approx Tyrian Purple. HEX triplet: 52, 07 and 36. RGB value is (82,7,54). Sum of RGB (Red+Green+Blue) = 82+7+54=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520736 is #ADF8C9. Grayscale: #222222. Windows color (decimal): -11401418 or 3540818. OLE color: 3540818.

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

Color convert

RGB82754-
CMYK00.910.340.68
HSL322.4º84.27%17.45%-
HSV(B)322.4º91.46%32.16%-
XYZ4.222.213.69-
YUV34.78138.85161.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=57.34%
G=4.90%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8275400.910.340.68322.484.2717.45
Hex5273605B22441425411
Octal12276601334210450212421
Binary1010010111110110010110111000101000100101000010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520736; }

 p { color: rgb(82,7,54); }

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

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

 a { background-color: rgb(82,7,54); }

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

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

 span { border-color: rgb(82,7,54); }

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