Html Css Color HEX #511750 Hot Purple

📋 copy color: '#511750'

red 81 ◦ green 23 ◦ blue 80

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

Shades of Hot Purple #511750

Tints of Hot Purple #511750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 44.02%
G = 12.5%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#511750 (or 0x511750) is known color: Hot Purple. HEX triplet: 51, 17 and 50. RGB value is (81,23,80). Sum of RGB (Red+Green+Blue) = 81+23+80=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #511750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511750 is #AEE8AF. Grayscale: #2E2E2E. Windows color (decimal): -11462832 or 5248849. OLE color: 5248849.

HSL color Cylindrical-coordinate representation of color #511750: hue angle of 301.03º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511750 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 80 -
CMYK 0 0.72 0.01 0.68
HSL 301.03º 0.56% 0.2% -
HSV(B) 301.03º 0.72% 0.32% -
XYZ 5.15 2.94 7.89 -
YUV 46.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 81 23 80 0 0.72 0.01 0.68 301.03 0.56 0.2
Hex 51 17 50 0 48 1 44 12D 38 14
Octal 121 27 120 0 110 1 104 455 70 24
Binary 1010001 10111 1010000 0 1001000 1 1000100 100101101 111000 10100

Color Harmonies of #511750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511750

Black with #511750

Text Example


Text Example

White with #511750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511750; }

 p { color: rgb(81,23,80); }

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

background-color css

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

 a { background-color: rgb(81,23,80); }

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

border-color css

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

 span { border-color: rgb(81,23,80); }

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