#54064F

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

Shades of Tyrian Purple #54064F

Tints of Tyrian Purple #54064F

Color information

#54064F (or 0x54064F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 4F. RGB value is (84,6,79). Sum of RGB (Red+Green+Blue) = 84+6+79=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54064F is #ABF9B0. Grayscale: #252525. Windows color (decimal): -11270577 or 5178964. OLE color: 5178964.

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

Color convert

RGB84679-
CMYK00.930.060.67
HSL303.85º86.67%17.65%-
HSV(B)303.85º92.86%32.94%-
XYZ5.132.587.62-
YUV37.64151.34161.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=49.70%
G=3.55%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8467900.930.060.67303.8586.6717.65
Hex5464F05D6431305712
Octal12461170135610346012722
Binary10101001101001111010111011101000011100110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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