#521141

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

Shades of Tyrian Purple #521141

Tints of Tyrian Purple #521141

Color information

#521141 (or 0x521141) is unknown color: approx Tyrian Purple. HEX triplet: 52, 11 and 41. RGB value is (82,17,65). Sum of RGB (Red+Green+Blue) = 82+17+65=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #521141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521141 is #ADEEBE. Grayscale: #292929. Windows color (decimal): -11398847 or 4264274. OLE color: 4264274.

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

Color convert

RGB821765-
CMYK00.790.210.68
HSL315.69º65.66%19.41%-
HSV(B)315.69º79.27%32.16%-
XYZ4.632.585.25-
YUV41.91141.03156.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=50%
G=10.37%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82176500.790.210.68315.6965.6619.41
Hex52114104F154413c4213
Octal1222110101172510447410223
Binary101001010001100000101001111101011000100100111100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521141; }

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

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

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

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

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

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

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

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