#54032C

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

Shades of Tyrian Purple #54032C

Tints of Tyrian Purple #54032C

Color information

#54032C (or 0x54032C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 2C. RGB value is (84,3,44). Sum of RGB (Red+Green+Blue) = 84+3+44=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54032C is #ABFCD3. Grayscale: #1F1F1F. Windows color (decimal): -11271380 or 2884436. OLE color: 2884436.

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

Color convert

RGB84344-
CMYK00.960.480.67
HSL329.63º93.1%17.06%-
HSV(B)329.63º96.43%32.94%-
XYZ4.142.132.58-
YUV31.89134.84165.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=64.12%
G=2.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8434400.960.480.67329.6393.117.06
Hex5432C060304314a5d11
Octal12435401406010351213521
Binary101010011101100011000001100001000011101001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,3,44); }

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

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

 a { background-color: rgb(84,3,44); }

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

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

 span { border-color: rgb(84,3,44); }

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