#53064A

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

Shades of Tyrian Purple #53064A

Tints of Tyrian Purple #53064A

Color information

#53064A (or 0x53064A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 4A. RGB value is (83,6,74). Sum of RGB (Red+Green+Blue) = 83+6+74=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53064A is #ACF9B5. Grayscale: #242424. Windows color (decimal): -11336118 or 4851283. OLE color: 4851283.

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

Color convert

RGB83674-
CMYK00.930.110.67
HSL307.01º86.52%17.45%-
HSV(B)307.01º92.77%32.55%-
XYZ4.872.466.7-
YUV36.78149.01160.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=50.92%
G=3.68%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367400.930.110.67307.0186.5217.45
Hex5364A05DB431335711
Octal123611201351310346312721
Binary101001111010010100101110110111000011100110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53064A; }

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

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

<style>
 a { background-color: #53064A; }

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

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

<style>
 span { border-color: #53064A; }

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

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