#540645

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

Shades of Tyrian Purple #540645

Tints of Tyrian Purple #540645

Color information

#540645 (or 0x540645) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 45. RGB value is (84,6,69). Sum of RGB (Red+Green+Blue) = 84+6+69=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #540645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540645 is #ABF9BA. Grayscale: #242424. Windows color (decimal): -11270587 or 4523604. OLE color: 4523604.

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

Color convert

RGB84669-
CMYK00.930.180.67
HSL311.54º86.67%17.65%-
HSV(B)311.54º92.86%32.94%-
XYZ4.82.445.85-
YUV36.5146.34161.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=52.83%
G=3.77%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8466900.930.180.67311.5486.6717.65
Hex5464505D12431385712
Octal124610501352210347012722
Binary1010100110100010101011101100101000011100111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540645; }

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

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

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

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

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

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

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

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