#520636

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

Shades of Tyrian Purple #520636

Tints of Tyrian Purple #520636

Color information

#520636 (or 0x520636) is unknown color: approx Tyrian Purple. HEX triplet: 52, 06 and 36. RGB value is (82,6,54). Sum of RGB (Red+Green+Blue) = 82+6+54=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #520636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520636 is #ADF9C9. Grayscale: #222222. Windows color (decimal): -11401674 or 3540562. OLE color: 3540562.

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

Color convert

RGB82654-
CMYK00.930.340.68
HSL322.11º86.36%17.25%-
HSV(B)322.11º92.68%32.16%-
XYZ4.212.193.69-
YUV34.2139.18162.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=57.75%
G=4.23%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8265400.930.340.68322.1186.3617.25
Hex5263605D22441425611
Octal12266601354210450212621
Binary1010010110110110010111011000101000100101000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520636; }

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

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

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

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

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

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

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

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