#520836

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

Shades of Tyrian Purple #520836

Tints of Tyrian Purple #520836

Color information

#520836 (or 0x520836) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 36. RGB value is (82,8,54). Sum of RGB (Red+Green+Blue) = 82+8+54=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #520836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520836 is #ADF7C9. Grayscale: #232323. Windows color (decimal): -11401162 or 3541074. OLE color: 3541074.

HSL color Cylindrical-coordinate representation of color #520836: hue angle of 322.7º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520836 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB82854-
CMYK00.900.340.68
HSL322.7º82.22%17.65%-
HSV(B)322.7º90.24%32.16%-
XYZ4.232.233.7-
YUV35.37138.52161.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=56.94%
G=5.56%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8285400.900.340.68322.782.2217.65
Hex5283605A22441435212
Octal122106601324210450312222
Binary10100101000110110010110101000101000100101000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520836; }

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

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

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

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

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

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

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

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