#52073E

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

Shades of Tyrian Purple #52073E

Tints of Tyrian Purple #52073E

Color information

#52073E (or 0x52073E) is unknown color: approx Tyrian Purple. HEX triplet: 52, 07 and 3E. RGB value is (82,7,62). Sum of RGB (Red+Green+Blue) = 82+7+62=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52073E is #ADF8C1. Grayscale: #232323. Windows color (decimal): -11401410 or 4065106. OLE color: 4065106.

HSL color Cylindrical-coordinate representation of color #52073E: hue angle of 316º 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 #52073E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB82762-
CMYK00.910.240.68
HSL316º84.27%17.45%-
HSV(B)316º91.46%32.16%-
XYZ4.432.294.77-
YUV35.7142.85161.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=54.30%
G=4.64%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8276200.910.240.6831684.2717.45
Hex5273E05B184413c5411
Octal12277601333010447412421
Binary101001011111111001011011110001000100100111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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