#54023F

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

Shades of Tyrian Purple #54023F

Tints of Tyrian Purple #54023F

Color information

#54023F (or 0x54023F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 3F. RGB value is (84,2,63). Sum of RGB (Red+Green+Blue) = 84+2+63=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54023F is #ABFDC0. Grayscale: #212121. Windows color (decimal): -11271617 or 4129364. OLE color: 4129364.

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

Color convert

RGB84263-
CMYK00.980.250.67
HSL315.37º95.35%16.86%-
HSV(B)315.37º97.62%32.94%-
XYZ4.582.294.9-
YUV33.47144.67164.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 63 (25% from 255) = 42.28%
R=56.38%
G=1.34%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8426300.980.250.67315.3795.3516.86
Hex5423F062194313b5f11
Octal12427701423110347313721
Binary10101001011111101100010110011000011100111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,2,63); }

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

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

 a { background-color: rgb(84,2,63); }

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

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

 span { border-color: rgb(84,2,63); }

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