#540653

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

Shades of Hot Purple #540653

Tints of Hot Purple #540653

Color information

#540653 (or 0x540653) is unknown color: approx Hot Purple. HEX triplet: 54, 06 and 53. RGB value is (84,6,83). Sum of RGB (Red+Green+Blue) = 84+6+83=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540653 is #ABF9AC. Grayscale: #252525. Windows color (decimal): -11270573 or 5441108. OLE color: 5441108.

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

Color convert

RGB84683-
CMYK00.930.010.67
HSL300.77º86.67%17.65%-
HSV(B)300.77º92.86%32.94%-
XYZ5.282.648.41-
YUV38.1153.34160.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=48.55%
G=3.47%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8468300.930.010.67300.7786.6717.65
Hex5465305D14312d5712
Octal12461230135110345512722
Binary101010011010100110101110111000011100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540653; }

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

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

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

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

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

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

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

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