Html Css Color HEX #511E59 Hot Purple

📋 copy color: '#511E59'

red 81 ◦ green 30 ◦ blue 89

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

Shades of Hot Purple #511E59

Tints of Hot Purple #511E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

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

R = 40.5%
G = 15%
B = 44.5%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511E59 (or 0x511E59) is known color: Hot Purple. HEX triplet: 51, 1E and 59. RGB value is (81,30,89). Sum of RGB (Red+Green+Blue) = 81+30+89=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #511E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E59 is #AEE1A6. Grayscale: #333333. Windows color (decimal): -11461031 or 5840465. OLE color: 5840465.

HSL color Cylindrical-coordinate representation of color #511E59: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #511E59 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 30 89 -
CMYK 0.09 0.66 0 0.65
HSL 291.86º 0.5% 0.23% -
HSV(B) 291.86º 0.66% 0.35% -
XYZ 5.66 3.4 9.81 -
YUV 51.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 81 30 89 0.09 0.66 0 0.65 291.86 0.5 0.23
Hex 51 1E 59 9 42 0 41 124 32 17
Octal 121 36 131 11 102 0 101 444 62 27
Binary 1010001 11110 1011001 1001 1000010 0 1000001 100100100 110010 10111

Color Harmonies of #511E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E59

Black with #511E59

Text Example


Text Example

White with #511E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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