#520845

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

Shades of Tyrian Purple #520845

Tints of Tyrian Purple #520845

Color information

#520845 (or 0x520845) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 45. RGB value is (82,8,69). Sum of RGB (Red+Green+Blue) = 82+8+69=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #520845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520845 is #ADF7BA. Grayscale: #242424. Windows color (decimal): -11401147 or 4524114. OLE color: 4524114.

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

Color convert

RGB82869-
CMYK00.900.160.68
HSL310.54º82.22%17.65%-
HSV(B)310.54º90.24%32.16%-
XYZ4.642.45.85-
YUV37.08146.02160.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=51.57%
G=5.03%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8286900.900.160.68310.5482.2217.65
Hex5284505A10441375212
Octal1221010501322010446712222
Binary10100101000100010101011010100001000100100110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520845; }

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

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

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

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

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

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

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

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