#54063F

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

Shades of Tyrian Purple #54063F

Tints of Tyrian Purple #54063F

Color information

#54063F (or 0x54063F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 3F. RGB value is (84,6,63). Sum of RGB (Red+Green+Blue) = 84+6+63=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54063F is #ABF9C0. Grayscale: #232323. Windows color (decimal): -11270593 or 4130388. OLE color: 4130388.

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

Color convert

RGB84663-
CMYK00.930.250.67
HSL316.15º86.67%17.65%-
HSV(B)316.15º92.86%32.94%-
XYZ4.622.374.92-
YUV35.82143.34162.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 63 (25% from 255) = 41.18%
R=54.90%
G=3.92%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8466300.930.250.67316.1586.6717.65
Hex5463F05D194313c5712
Octal12467701353110347412722
Binary101010011011111101011101110011000011100111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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