#53034F

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

Shades of Tyrian Purple #53034F

Tints of Tyrian Purple #53034F

Color information

#53034F (or 0x53034F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 4F. RGB value is (83,3,79). Sum of RGB (Red+Green+Blue) = 83+3+79=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53034F is #ACFCB0. Grayscale: #232323. Windows color (decimal): -11336881 or 5178195. OLE color: 5178195.

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

Color convert

RGB83379-
CMYK00.960.050.67
HSL303º93.02%16.86%-
HSV(B)303º96.39%32.55%-
XYZ5.012.477.61-
YUV35.58152.5161.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=50.30%
G=1.82%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337900.960.050.6730393.0216.86
Hex5334F06054312f5d11
Octal12331170140510345713521
Binary1010011111001111011000001011000011100101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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