Html Css Color HEX #511459 Hot Purple

📋 copy color: '#511459'

red 81 ◦ green 20 ◦ blue 89

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

Shades of Hot Purple #511459

Tints of Hot Purple #511459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 42.63%
G = 10.53%
B = 46.84%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511459 (or 0x511459) is known color: Hot Purple. HEX triplet: 51, 14 and 59. RGB value is (81,20,89). Sum of RGB (Red+Green+Blue) = 81+20+89=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #511459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511459 is #AEEBA6. Grayscale: #2D2D2D. Windows color (decimal): -11463591 or 5837905. OLE color: 5837905.

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

Color convert

RGB 81 20 89 -
CMYK 0.09 0.78 0 0.65
HSL 293.04º 0.63% 0.21% -
HSV(B) 293.04º 0.78% 0.35% -
XYZ 5.45 2.97 9.74 -
YUV 46.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 81 20 89 0.09 0.78 0 0.65 293.04 0.63 0.21
Hex 51 14 59 9 4E 0 41 125 3F 15
Octal 121 24 131 11 116 0 101 445 77 25
Binary 1010001 10100 1011001 1001 1001110 0 1000001 100100101 111111 10101

Color Harmonies of #511459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511459

Black with #511459

Text Example


Text Example

White with #511459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511459; }

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

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

background-color css

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

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

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

border-color css

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

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

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