Html Css Color HEX #542959 Hot Purple

📋 copy color: '#542959'

red 84 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #542959

Tints of Hot Purple #542959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 39.25%
G = 19.16%
B = 41.59%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#542959 (or 0x542959) is known color: Hot Purple. HEX triplet: 54, 29 and 59. RGB value is (84,41,89). Sum of RGB (Red+Green+Blue) = 84+41+89=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #542959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542959 is #ABD6A6. Grayscale: #3B3B3B. Windows color (decimal): -11261607 or 5843284. OLE color: 5843284.

HSL color Cylindrical-coordinate representation of color #542959: hue angle of 293.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542959 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 41 89 -
CMYK 0.06 0.54 0 0.65
HSL 293.75º 0.37% 0.25% -
HSV(B) 293.75º 0.54% 0.35% -
XYZ 6.25 4.19 9.93 -
YUV 59.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 84 41 89 0.06 0.54 0 0.65 293.75 0.37 0.25
Hex 54 29 59 6 36 0 41 126 25 19
Octal 124 51 131 6 66 0 101 446 45 31
Binary 1010100 101001 1011001 110 110110 0 1000001 100100110 100101 11001

Color Harmonies of #542959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542959

Black with #542959

Text Example


Text Example

White with #542959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542959; }

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

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

background-color css

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

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

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

border-color css

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

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

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