#52083E

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

Shades of Tyrian Purple #52083E

Tints of Tyrian Purple #52083E

Color information

#52083E (or 0x52083E) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 3E. RGB value is (82,8,62). Sum of RGB (Red+Green+Blue) = 82+8+62=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52083E is #ADF7C1. Grayscale: #242424. Windows color (decimal): -11401154 or 4065362. OLE color: 4065362.

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

Color convert

RGB82862-
CMYK00.900.240.68
HSL316.22º82.22%17.65%-
HSV(B)316.22º90.24%32.16%-
XYZ4.442.324.77-
YUV36.28142.52160.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=53.95%
G=5.26%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8286200.900.240.68316.2282.2217.65
Hex5283E05A184413c5212
Octal122107601323010447412222
Binary1010010100011111001011010110001000100100111100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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