Html Css Color HEX #540259 Hot Purple

📋 copy color: '#540259'

red 84 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #540259

Tints of Hot Purple #540259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 48%
G = 1.14%
B = 50.86%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#540259 (or 0x540259) is known color: Hot Purple. HEX triplet: 54, 02 and 59. RGB value is (84,2,89). Sum of RGB (Red+Green+Blue) = 84+2+89=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #540259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540259 is #ABFDA6. Grayscale: #242424. Windows color (decimal): -11271591 or 5833300. OLE color: 5833300.

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

Color convert

RGB 84 2 89 -
CMYK 0.06 0.98 0 0.65
HSL 296.55º 0.96% 0.18% -
HSV(B) 296.55º 0.98% 0.35% -
XYZ 5.48 2.65 9.67 -
YUV 36.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 84 2 89 0.06 0.98 0 0.65 296.55 0.96 0.18
Hex 54 2 59 6 62 0 41 129 60 12
Octal 124 2 131 6 142 0 101 451 140 22
Binary 1010100 10 1011001 110 1100010 0 1000001 100101001 1100000 10010

Color Harmonies of #540259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540259

Black with #540259

Text Example


Text Example

White with #540259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540259; }

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

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

background-color css

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

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

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

border-color css

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

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

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