#53063D

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

Shades of Tyrian Purple #53063D

Tints of Tyrian Purple #53063D

Color information

#53063D (or 0x53063D) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 3D. RGB value is (83,6,61). Sum of RGB (Red+Green+Blue) = 83+6+61=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063D is #ACF9C2. Grayscale: #232323. Windows color (decimal): -11336131 or 3999315. OLE color: 3999315.

HSL color Cylindrical-coordinate representation of color #53063D: hue angle of 317.14º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53063D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB83661-
CMYK00.930.270.67
HSL317.14º86.52%17.45%-
HSV(B)317.14º92.77%32.55%-
XYZ4.472.314.62-
YUV35.29142.51162.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=55.33%
G=4%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366100.930.270.67317.1486.5217.45
Hex5363D05D1B4313d5711
Octal12367501353310347512721
Binary101001111011110101011101110111000011100111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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