#521241

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

Shades of Tyrian Purple #521241

Tints of Tyrian Purple #521241

Color information

#521241 (or 0x521241) is unknown color: approx Tyrian Purple. HEX triplet: 52, 12 and 41. RGB value is (82,18,65). Sum of RGB (Red+Green+Blue) = 82+18+65=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521241 is #ADEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11398591 or 4264530. OLE color: 4264530.

HSL color Cylindrical-coordinate representation of color #521241: hue angle of 315.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521241 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB821865-
CMYK00.780.210.68
HSL315.94º64%19.61%-
HSV(B)315.94º78.05%32.16%-
XYZ4.652.615.26-
YUV42.49140.7156.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=49.70%
G=10.91%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82186500.780.210.68315.946419.61
Hex52124104E154413c4014
Octal1222210101162510447410024
Binary101001010010100000101001110101011000100100111100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521241; }

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

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

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

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

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

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

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

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