#521144

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

Shades of Tyrian Purple #521144

Tints of Tyrian Purple #521144

Color information

#521144 (or 0x521144) is unknown color: approx Tyrian Purple. HEX triplet: 52, 11 and 44. RGB value is (82,17,68). Sum of RGB (Red+Green+Blue) = 82+17+68=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521144 is #ADEEBB. Grayscale: #2A2A2A. Windows color (decimal): -11398844 or 4460882. OLE color: 4460882.

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

Color convert

RGB821768-
CMYK00.790.170.68
HSL312.92º65.66%19.41%-
HSV(B)312.92º79.27%32.16%-
XYZ4.722.615.72-
YUV42.25142.53156.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=49.10%
G=10.18%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82176800.790.170.68312.9265.6619.41
Hex52114404F11441394213
Octal1222110401172110447110223
Binary101001010001100010001001111100011000100100111001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521144; }

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

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

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

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

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

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

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

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