#53074F

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

Shades of Tyrian Purple #53074F

Tints of Tyrian Purple #53074F

Color information

#53074F (or 0x53074F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 07 and 4F. RGB value is (83,7,79). Sum of RGB (Red+Green+Blue) = 83+7+79=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53074F is #ACF8B0. Grayscale: #252525. Windows color (decimal): -11335857 or 5179219. OLE color: 5179219.

HSL color Cylindrical-coordinate representation of color #53074F: hue angle of 303.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53074F is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB83779-
CMYK00.920.050.67
HSL303.16º84.44%17.65%-
HSV(B)303.16º91.57%32.55%-
XYZ5.052.567.62-
YUV37.93151.18160.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=49.11%
G=4.14%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8377900.920.050.67303.1684.4417.65
Hex5374F05C54312f5412
Octal12371170134510345712422
Binary10100111111001111010111001011000011100101111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53074F; }

 p { color: rgb(83,7,79); }

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

<style>
 a { background-color: #53074F; }

 a { background-color: rgb(83,7,79); }

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

<style>
 span { border-color: #53074F; }

 span { border-color: rgb(83,7,79); }

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