#521145

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

Shades of Tyrian Purple #521145

Tints of Tyrian Purple #521145

Color information

#521145 (or 0x521145) is unknown color: approx Tyrian Purple. HEX triplet: 52, 11 and 45. RGB value is (82,17,69). Sum of RGB (Red+Green+Blue) = 82+17+69=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #521145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521145 is #ADEEBA. Grayscale: #2A2A2A. Windows color (decimal): -11398843 or 4526418. OLE color: 4526418.

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

Color convert

RGB821769-
CMYK00.790.160.68
HSL312º65.66%19.41%-
HSV(B)312º79.27%32.16%-
XYZ4.752.625.89-
YUV42.36143.03156.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=48.81%
G=10.12%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82176900.790.160.6831265.6619.41
Hex52114504F10441384213
Octal1222110501172010447010223
Binary101001010001100010101001111100001000100100111000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521145; }

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

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

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

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

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

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

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

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