Html Css Color HEX #542859 Hot Purple

📋 copy color: '#542859'

red 84 ◦ green 40 ◦ blue 89

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

Shades of Hot Purple #542859

Tints of Hot Purple #542859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 39.44%
G = 18.78%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#542859 (or 0x542859) is known color: Hot Purple. HEX triplet: 54, 28 and 59. RGB value is (84,40,89). Sum of RGB (Red+Green+Blue) = 84+40+89=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #542859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542859 is #ABD7A6. Grayscale: #3A3A3A. Windows color (decimal): -11261863 or 5843028. OLE color: 5843028.

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

Color convert

RGB 84 40 89 -
CMYK 0.06 0.55 0 0.65
HSL 293.88º 0.38% 0.25% -
HSV(B) 293.88º 0.55% 0.35% -
XYZ 6.22 4.12 9.92 -
YUV 58.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 84 40 89 0.06 0.55 0 0.65 293.88 0.38 0.25
Hex 54 28 59 6 37 0 41 126 26 19
Octal 124 50 131 6 67 0 101 446 46 31
Binary 1010100 101000 1011001 110 110111 0 1000001 100100110 100110 11001

Color Harmonies of #542859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542859

Black with #542859

Text Example


Text Example

White with #542859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542859; }

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

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

background-color css

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

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

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

border-color css

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

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

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