#52063D

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

Shades of Tyrian Purple #52063D

Tints of Tyrian Purple #52063D

Color information

#52063D (or 0x52063D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 06 and 3D. RGB value is (82,6,61). Sum of RGB (Red+Green+Blue) = 82+6+61=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52063D is #ADF9C2. Grayscale: #222222. Windows color (decimal): -11401667 or 3999314. OLE color: 3999314.

HSL color Cylindrical-coordinate representation of color #52063D: hue angle of 316.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52063D is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB82661-
CMYK00.930.260.68
HSL316.58º86.36%17.25%-
HSV(B)316.58º92.68%32.16%-
XYZ4.392.264.62-
YUV34.99142.68161.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=55.03%
G=4.03%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8266100.930.260.68316.5886.3617.25
Hex5263D05D1A4413d5611
Octal12267501353210447512621
Binary101001011011110101011101110101000100100111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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