#520945

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

Shades of Tyrian Purple #520945

Tints of Tyrian Purple #520945

Color information

#520945 (or 0x520945) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 45. RGB value is (82,9,69). Sum of RGB (Red+Green+Blue) = 82+9+69=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #520945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520945 is #ADF6BA. Grayscale: #252525. Windows color (decimal): -11400891 or 4524370. OLE color: 4524370.

HSL color Cylindrical-coordinate representation of color #520945: hue angle of 310.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520945 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB82969-
CMYK00.890.160.68
HSL310.68º80.22%17.84%-
HSV(B)310.68º89.02%32.16%-
XYZ4.652.425.85-
YUV37.67145.68159.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=51.25%
G=5.62%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8296900.890.160.68310.6880.2217.84
Hex5294505910441375012
Octal1221110501312010446712022
Binary10100101001100010101011001100001000100100110111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520945; }

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

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

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

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

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

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

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

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