Html Css Color HEX #511659 Hot Purple

📋 copy color: '#511659'

red 81 ◦ green 22 ◦ blue 89

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

Shades of Hot Purple #511659

Tints of Hot Purple #511659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 42.19%
G = 11.46%
B = 46.35%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511659 (or 0x511659) is known color: Hot Purple. HEX triplet: 51, 16 and 59. RGB value is (81,22,89). Sum of RGB (Red+Green+Blue) = 81+22+89=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #511659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511659 is #AEE9A6. Grayscale: #2F2F2F. Windows color (decimal): -11463079 or 5838417. OLE color: 5838417.

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

Color convert

RGB 81 22 89 -
CMYK 0.09 0.75 0 0.65
HSL 292.84º 0.6% 0.22% -
HSV(B) 292.84º 0.75% 0.35% -
XYZ 5.48 3.04 9.75 -
YUV 47.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 81 22 89 0.09 0.75 0 0.65 292.84 0.6 0.22
Hex 51 16 59 9 4B 0 41 125 3C 16
Octal 121 26 131 11 113 0 101 445 74 26
Binary 1010001 10110 1011001 1001 1001011 0 1000001 100100101 111100 10110

Color Harmonies of #511659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511659

Black with #511659

Text Example


Text Example

White with #511659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511659; }

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

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

background-color css

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

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

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

border-color css

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

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

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