#53042C

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

Shades of Tyrian Purple #53042C

Tints of Tyrian Purple #53042C

Color information

#53042C (or 0x53042C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 2C. RGB value is (83,4,44). Sum of RGB (Red+Green+Blue) = 83+4+44=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53042C is #ACFBD3. Grayscale: #202020. Windows color (decimal): -11336660 or 2884691. OLE color: 2884691.

HSL color Cylindrical-coordinate representation of color #53042C: hue angle of 329.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53042C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB83444-
CMYK00.950.470.67
HSL329.62º90.8%17.06%-
HSV(B)329.62º95.18%32.55%-
XYZ4.072.112.58-
YUV32.18134.67164.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=63.36%
G=3.05%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8344400.950.470.67329.6290.817.06
Hex5342C05F2F4314a5b11
Octal12345401375710351213321
Binary1010011100101100010111111011111000011101001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53042C; }

 p { color: rgb(83,4,44); }

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

<style>
 a { background-color: #53042C; }

 a { background-color: rgb(83,4,44); }

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

<style>
 span { border-color: #53042C; }

 span { border-color: rgb(83,4,44); }

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