#54024F

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

Shades of Tyrian Purple #54024F

Tints of Tyrian Purple #54024F

Color information

#54024F (or 0x54024F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 4F. RGB value is (84,2,79). Sum of RGB (Red+Green+Blue) = 84+2+79=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54024F is #ABFDB0. Grayscale: #232323. Windows color (decimal): -11271601 or 5177940. OLE color: 5177940.

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

Color convert

RGB84279-
CMYK00.980.060.67
HSL303.66º95.35%16.86%-
HSV(B)303.66º97.62%32.94%-
XYZ5.092.497.61-
YUV35.3152.67162.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=50.91%
G=1.21%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427900.980.060.67303.6695.3516.86
Hex5424F0626431305f11
Octal12421170142610346013721
Binary1010100101001111011000101101000011100110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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