#520835

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

Shades of Tyrian Purple #520835

Tints of Tyrian Purple #520835

Color information

#520835 (or 0x520835) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 35. RGB value is (82,8,53). Sum of RGB (Red+Green+Blue) = 82+8+53=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520835 is #ADF7CA. Grayscale: #232323. Windows color (decimal): -11401163 or 3475538. OLE color: 3475538.

HSL color Cylindrical-coordinate representation of color #520835: hue angle of 323.51º 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 #520835 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB82853-
CMYK00.900.350.68
HSL323.51º82.22%17.65%-
HSV(B)323.51º90.24%32.16%-
XYZ4.212.223.58-
YUV35.26138.02161.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=57.34%
G=5.59%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8285300.900.350.68323.5182.2217.65
Hex5283505A23441445212
Octal122106501324310450412222
Binary10100101000110101010110101000111000100101000100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520835; }

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

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

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

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

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

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

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

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