Html Css Color HEX #511C59 Hot Purple

📋 copy color: '#511C59'

red 81 ◦ green 28 ◦ blue 89

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

Shades of Hot Purple #511C59

Tints of Hot Purple #511C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 40.91%
G = 14.14%
B = 44.95%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511C59 (or 0x511C59) is known color: Hot Purple. HEX triplet: 51, 1C and 59. RGB value is (81,28,89). Sum of RGB (Red+Green+Blue) = 81+28+89=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #511C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C59 is #AEE3A6. Grayscale: #323232. Windows color (decimal): -11461543 or 5839953. OLE color: 5839953.

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

Color convert

RGB 81 28 89 -
CMYK 0.09 0.69 0 0.65
HSL 292.13º 0.52% 0.23% -
HSV(B) 292.13º 0.69% 0.35% -
XYZ 5.61 3.3 9.79 -
YUV 50.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 81 28 89 0.09 0.69 0 0.65 292.13 0.52 0.23
Hex 51 1C 59 9 45 0 41 124 34 17
Octal 121 34 131 11 105 0 101 444 64 27
Binary 1010001 11100 1011001 1001 1000101 0 1000001 100100100 110100 10111

Color Harmonies of #511C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C59

Black with #511C59

Text Example


Text Example

White with #511C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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