#54032E

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

Shades of Tyrian Purple #54032E

Tints of Tyrian Purple #54032E

Color information

#54032E (or 0x54032E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 2E. RGB value is (84,3,46). Sum of RGB (Red+Green+Blue) = 84+3+46=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54032E is #ABFCD1. Grayscale: #202020. Windows color (decimal): -11271378 or 3015508. OLE color: 3015508.

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

Color convert

RGB84346-
CMYK00.960.450.67
HSL328.15º93.1%17.06%-
HSV(B)328.15º96.43%32.94%-
XYZ4.182.152.78-
YUV32.12135.84165-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=63.16%
G=2.26%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8434600.960.450.67328.1593.117.06
Hex5432E0602D431485d11
Octal12435601405510351013521
Binary101010011101110011000001011011000011101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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