Html Css Color HEX #540959 Hot Purple

📋 copy color: '#540959'

red 84 ◦ green 9 ◦ blue 89

#540959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #540959

Tints of Hot Purple #540959

RGB

 RED value IS 84 (33.2% from 255) = 46.15%

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 46.15%
G = 4.95%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#540959 (or 0x540959) is known color: Hot Purple. HEX triplet: 54, 09 and 59. RGB value is (84,9,89). Sum of RGB (Red+Green+Blue) = 84+9+89=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #540959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540959 is #ABF6A6. Grayscale: #282828. Windows color (decimal): -11269799 or 5835092. OLE color: 5835092.

HSL color Cylindrical-coordinate representation of color #540959: hue angle of 296.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540959 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 9 89 -
CMYK 0.06 0.90 0 0.65
HSL 296.25º 0.82% 0.19% -
HSV(B) 296.25º 0.9% 0.35% -
XYZ 5.56 2.8 9.7 -
YUV 40.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 84 9 89 0.06 0.90 0 0.65 296.25 0.82 0.19
Hex 54 9 59 6 5A 0 41 128 52 13
Octal 124 11 131 6 132 0 101 450 122 23
Binary 1010100 1001 1011001 110 1011010 0 1000001 100101000 1010010 10011

Color Harmonies of #540959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540959

Black with #540959

Text Example


Text Example

White with #540959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540959; }

 p { color: rgb(84,9,89); }

 H1.HeaderClassName
 {
   color: #540959;
 }
 .AnyTagClassName
 {
   color: #540959;
 }
</style>

background-color css

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

 a { background-color: rgb(84,9,89); }

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

border-color css

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

 span { border-color: rgb(84,9,89); }

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