#52083D

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

Shades of Tyrian Purple #52083D

Tints of Tyrian Purple #52083D

Color information

#52083D (or 0x52083D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 3D. RGB value is (82,8,61). Sum of RGB (Red+Green+Blue) = 82+8+61=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52083D is #ADF7C2. Grayscale: #242424. Windows color (decimal): -11401155 or 3999826. OLE color: 3999826.

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

Color convert

RGB82861-
CMYK00.900.260.68
HSL317.03º82.22%17.65%-
HSV(B)317.03º90.24%32.16%-
XYZ4.412.34.63-
YUV36.17142.02160.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=54.30%
G=5.30%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8286100.900.260.68317.0382.2217.65
Hex5283D05A1A4413d5212
Octal122107501323210447512222
Binary1010010100011110101011010110101000100100111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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