#53032F

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

Shades of Tyrian Purple #53032F

Tints of Tyrian Purple #53032F

Color information

#53032F (or 0x53032F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 2F. RGB value is (83,3,47). Sum of RGB (Red+Green+Blue) = 83+3+47=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032F is #ACFCD0. Grayscale: #1F1F1F. Windows color (decimal): -11336913 or 3081043. OLE color: 3081043.

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

Color convert

RGB83347-
CMYK00.960.430.67
HSL327º93.02%16.86%-
HSV(B)327º96.39%32.55%-
XYZ4.112.112.88-
YUV31.94136.5164.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=62.41%
G=2.26%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334700.960.430.6732793.0216.86
Hex5332F0602B431475d11
Octal12335701405310350713521
Binary101001111101111011000001010111000011101000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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