Html Css Color HEX #511650 Hot Purple

📋 copy color: '#511650'

red 81 ◦ green 22 ◦ blue 80

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

Shades of Hot Purple #511650

Tints of Hot Purple #511650

RGB

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

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

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

R = 44.26%
G = 12.02%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#511650 (or 0x511650) is known color: Hot Purple. HEX triplet: 51, 16 and 50. RGB value is (81,22,80). Sum of RGB (Red+Green+Blue) = 81+22+80=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #511650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511650 is #AEE9AF. Grayscale: #2E2E2E. Windows color (decimal): -11463088 or 5248593. OLE color: 5248593.

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

Color convert

RGB 81 22 80 -
CMYK 0 0.73 0.01 0.68
HSL 301.02º 0.57% 0.2% -
HSV(B) 301.02º 0.73% 0.32% -
XYZ 5.13 2.9 7.88 -
YUV 46.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 81 22 80 0 0.73 0.01 0.68 301.02 0.57 0.2
Hex 51 16 50 0 49 1 44 12D 39 14
Octal 121 26 120 0 111 1 104 455 71 24
Binary 1010001 10110 1010000 0 1001001 1 1000100 100101101 111001 10100

Color Harmonies of #511650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511650

Black with #511650

Text Example


Text Example

White with #511650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511650; }

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

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

background-color css

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

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

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

border-color css

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

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

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