#52073C

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

Shades of Tyrian Purple #52073C

Tints of Tyrian Purple #52073C

Color information

#52073C (or 0x52073C) is unknown color: approx Tyrian Purple. HEX triplet: 52, 07 and 3C. RGB value is (82,7,60). Sum of RGB (Red+Green+Blue) = 82+7+60=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52073C is #ADF8C3. Grayscale: #232323. Windows color (decimal): -11401412 or 3934034. OLE color: 3934034.

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

Color convert

RGB82760-
CMYK00.910.270.68
HSL317.6º84.27%17.45%-
HSV(B)317.6º91.46%32.16%-
XYZ4.372.274.48-
YUV35.47141.85161.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=55.03%
G=4.70%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8276000.910.270.68317.684.2717.45
Hex5273C05B1B4413e5411
Octal12277401333310447612421
Binary101001011111110001011011110111000100100111110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52073C; }

 p { color: rgb(82,7,60); }

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

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

 a { background-color: rgb(82,7,60); }

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

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

 span { border-color: rgb(82,7,60); }

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