Html Css Color HEX #511559 Hot Purple

📋 copy color: '#511559'

red 81 ◦ green 21 ◦ blue 89

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

Shades of Hot Purple #511559

Tints of Hot Purple #511559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 42.41%
G = 10.99%
B = 46.6%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511559 (or 0x511559) is known color: Hot Purple. HEX triplet: 51, 15 and 59. RGB value is (81,21,89). Sum of RGB (Red+Green+Blue) = 81+21+89=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #511559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511559 is #AEEAA6. Grayscale: #2E2E2E. Windows color (decimal): -11463335 or 5838161. OLE color: 5838161.

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

Color convert

RGB 81 21 89 -
CMYK 0.09 0.76 0 0.65
HSL 292.94º 0.62% 0.22% -
HSV(B) 292.94º 0.76% 0.35% -
XYZ 5.46 3.01 9.74 -
YUV 46.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 81 21 89 0.09 0.76 0 0.65 292.94 0.62 0.22
Hex 51 15 59 9 4C 0 41 125 3E 16
Octal 121 25 131 11 114 0 101 445 76 26
Binary 1010001 10101 1011001 1001 1001100 0 1000001 100100101 111110 10110

Color Harmonies of #511559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511559

Black with #511559

Text Example


Text Example

White with #511559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511559; }

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

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

background-color css

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

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

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

border-color css

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

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

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