#52084A

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

Shades of Tyrian Purple #52084A

Tints of Tyrian Purple #52084A

Color information

#52084A (or 0x52084A) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 4A. RGB value is (82,8,74). Sum of RGB (Red+Green+Blue) = 82+8+74=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52084A is #ADF7B5. Grayscale: #252525. Windows color (decimal): -11401142 or 4851794. OLE color: 4851794.

HSL color Cylindrical-coordinate representation of color #52084A: hue angle of 306.49º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52084A is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB82874-
CMYK00.900.100.68
HSL306.49º82.22%17.65%-
HSV(B)306.49º90.24%32.16%-
XYZ4.82.466.7-
YUV37.65148.52159.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=50%
G=4.88%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8287400.900.100.68306.4982.2217.65
Hex5284A05AA441325212
Octal1221011201321210446212222
Binary1010010100010010100101101010101000100100110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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