#52044A

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

Shades of Tyrian Purple #52044A

Tints of Tyrian Purple #52044A

Color information

#52044A (or 0x52044A) is unknown color: approx Tyrian Purple. HEX triplet: 52, 04 and 4A. RGB value is (82,4,74). Sum of RGB (Red+Green+Blue) = 82+4+74=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52044A is #ADFBB5. Grayscale: #232323. Windows color (decimal): -11402166 or 4850770. OLE color: 4850770.

HSL color Cylindrical-coordinate representation of color #52044A: hue angle of 306.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52044A is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB82474-
CMYK00.950.100.68
HSL306.15º90.7%16.86%-
HSV(B)306.15º95.12%32.16%-
XYZ4.762.386.69-
YUV35.3149.84161.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=51.25%
G=2.5%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8247400.950.100.68306.1590.716.86
Hex5244A05FA441325b11
Octal122411201371210446213321
Binary101001010010010100101111110101000100100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52044A; }

 p { color: rgb(82,4,74); }

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

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

 a { background-color: rgb(82,4,74); }

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

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

 span { border-color: rgb(82,4,74); }

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