#53063E

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

Shades of Tyrian Purple #53063E

Tints of Tyrian Purple #53063E

Color information

#53063E (or 0x53063E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 3E. RGB value is (83,6,62). Sum of RGB (Red+Green+Blue) = 83+6+62=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063E is #ACF9C1. Grayscale: #232323. Windows color (decimal): -11336130 or 4064851. OLE color: 4064851.

HSL color Cylindrical-coordinate representation of color #53063E: hue angle of 316.36º 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 #53063E is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB83662-
CMYK00.930.250.67
HSL316.36º86.52%17.45%-
HSV(B)316.36º92.77%32.55%-
XYZ4.52.324.77-
YUV35.41143.01161.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=54.97%
G=3.97%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366200.930.250.67316.3686.5217.45
Hex5363E05D194313c5711
Octal12367601353110347412721
Binary101001111011111001011101110011000011100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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