Html Css Color HEX #511859 Hot Purple

📋 copy color: '#511859'

red 81 ◦ green 24 ◦ blue 89

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

Shades of Hot Purple #511859

Tints of Hot Purple #511859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 41.75%
G = 12.37%
B = 45.88%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511859 (or 0x511859) is known color: Hot Purple. HEX triplet: 51, 18 and 59. RGB value is (81,24,89). Sum of RGB (Red+Green+Blue) = 81+24+89=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #511859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511859 is #AEE7A6. Grayscale: #303030. Windows color (decimal): -11462567 or 5838929. OLE color: 5838929.

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

Color convert

RGB 81 24 89 -
CMYK 0.09 0.73 0 0.65
HSL 292.62º 0.58% 0.22% -
HSV(B) 292.62º 0.73% 0.35% -
XYZ 5.52 3.12 9.76 -
YUV 48.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 81 24 89 0.09 0.73 0 0.65 292.62 0.58 0.22
Hex 51 18 59 9 49 0 41 125 3A 16
Octal 121 30 131 11 111 0 101 445 72 26
Binary 1010001 11000 1011001 1001 1001001 0 1000001 100100101 111010 10110

Color Harmonies of #511859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511859

Black with #511859

Text Example


Text Example

White with #511859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511859; }

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

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

background-color css

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

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

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

border-color css

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

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

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