#52084D

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

Shades of Tyrian Purple #52084D

Tints of Tyrian Purple #52084D

Color information

#52084D (or 0x52084D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 4D. RGB value is (82,8,77). Sum of RGB (Red+Green+Blue) = 82+8+77=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52084D is #ADF7B2. Grayscale: #252525. Windows color (decimal): -11401139 or 5048402. OLE color: 5048402.

HSL color Cylindrical-coordinate representation of color #52084D: hue angle of 304.05º 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 #52084D is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB82877-
CMYK00.900.060.68
HSL304.05º82.22%17.65%-
HSV(B)304.05º90.24%32.16%-
XYZ4.912.57.25-
YUV37.99150.02159.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=49.10%
G=4.79%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8287700.900.060.68304.0582.2217.65
Hex5284D05A6441305212
Octal122101150132610446012222
Binary101001010001001101010110101101000100100110000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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