#53032D

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

Shades of Tyrian Purple #53032D

Tints of Tyrian Purple #53032D

Color information

#53032D (or 0x53032D) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 2D. RGB value is (83,3,45). Sum of RGB (Red+Green+Blue) = 83+3+45=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032D is #ACFCD2. Grayscale: #1F1F1F. Windows color (decimal): -11336915 or 2949971. OLE color: 2949971.

HSL color Cylindrical-coordinate representation of color #53032D: hue angle of 328.5º 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 #53032D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB83345-
CMYK00.960.460.67
HSL328.5º93.02%16.86%-
HSV(B)328.5º96.39%32.55%-
XYZ4.072.092.67-
YUV31.71135.5164.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=63.36%
G=2.29%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334500.960.460.67328.593.0216.86
Hex5332D0602E431485d11
Octal12335501405610351013521
Binary101001111101101011000001011101000011101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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