#520837

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

Shades of Tyrian Purple #520837

Tints of Tyrian Purple #520837

Color information

#520837 (or 0x520837) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 37. RGB value is (82,8,55). Sum of RGB (Red+Green+Blue) = 82+8+55=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #520837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520837 is #ADF7C8. Grayscale: #232323. Windows color (decimal): -11401161 or 3606610. OLE color: 3606610.

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

Color convert

RGB82855-
CMYK00.900.330.68
HSL321.89º82.22%17.65%-
HSV(B)321.89º90.24%32.16%-
XYZ4.262.243.82-
YUV35.48139.02161.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=56.55%
G=5.52%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8285500.900.330.68321.8982.2217.65
Hex5283705A21441425212
Octal122106701324110450212222
Binary10100101000110111010110101000011000100101000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520837; }

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

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

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

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

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

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

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

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