#521342

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

Shades of Tyrian Purple #521342

Tints of Tyrian Purple #521342

Color information

#521342 (or 0x521342) is unknown color: approx Tyrian Purple. HEX triplet: 52, 13 and 42. RGB value is (82,19,66). Sum of RGB (Red+Green+Blue) = 82+19+66=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521342 is #ADECBD. Grayscale: #2B2B2B. Windows color (decimal): -11398334 or 4330322. OLE color: 4330322.

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

Color convert

RGB821966-
CMYK00.770.200.68
HSL315.24º62.38%19.8%-
HSV(B)315.24º76.83%32.16%-
XYZ4.72.655.42-
YUV43.2140.87155.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=49.10%
G=11.38%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82196600.770.200.68315.2462.3819.8
Hex52134204D144413b3e14
Octal122231020115241044737624
Binary10100101001110000100100110110100100010010011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521342; }

 p { color: rgb(82,19,66); }

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

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

 a { background-color: rgb(82,19,66); }

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

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

 span { border-color: rgb(82,19,66); }

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