#540651

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

Shades of Tyrian Purple #540651

Tints of Tyrian Purple #540651

Color information

#540651 (or 0x540651) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 51. RGB value is (84,6,81). Sum of RGB (Red+Green+Blue) = 84+6+81=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #540651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540651 is #ABF9AE. Grayscale: #252525. Windows color (decimal): -11270575 or 5310036. OLE color: 5310036.

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

Color convert

RGB84681-
CMYK00.930.040.67
HSL302.31º86.67%17.65%-
HSV(B)302.31º92.86%32.94%-
XYZ5.212.618.01-
YUV37.87152.34160.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=49.12%
G=3.51%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8468100.930.040.67302.3186.6717.65
Hex5465105D44312e5712
Octal12461210135410345612722
Binary10101001101010001010111011001000011100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540651; }

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

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

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

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

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

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

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

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