Html Css Color HEX #511159 Hot Purple

📋 copy color: '#511159'

red 81 ◦ green 17 ◦ blue 89

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

Shades of Hot Purple #511159

Tints of Hot Purple #511159

RGB

 RED value IS 81 (32.03% from 255) = 43.32%

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 43.32%
G = 9.09%
B = 47.59%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511159 (or 0x511159) is known color: Hot Purple. HEX triplet: 51, 11 and 59. RGB value is (81,17,89). Sum of RGB (Red+Green+Blue) = 81+17+89=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #511159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511159 is #AEEEA6. Grayscale: #2C2C2C. Windows color (decimal): -11464359 or 5837137. OLE color: 5837137.

HSL color Cylindrical-coordinate representation of color #511159: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511159 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 17 89 -
CMYK 0.09 0.81 0 0.65
HSL 293.33º 0.68% 0.21% -
HSV(B) 293.33º 0.81% 0.35% -
XYZ 5.4 2.87 9.72 -
YUV 44.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 81 17 89 0.09 0.81 0 0.65 293.33 0.68 0.21
Hex 51 11 59 9 51 0 41 125 44 15
Octal 121 21 131 11 121 0 101 445 104 25
Binary 1010001 10001 1011001 1001 1010001 0 1000001 100100101 1000100 10101

Color Harmonies of #511159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511159

Black with #511159

Text Example


Text Example

White with #511159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511159; }

 p { color: rgb(81,17,89); }

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

background-color css

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

 a { background-color: rgb(81,17,89); }

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

border-color css

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

 span { border-color: rgb(81,17,89); }

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