Html Css Color HEX #501751 Hot Purple

📋 copy color: '#501751'

red 80 ◦ green 23 ◦ blue 81

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

Shades of Hot Purple #501751

Tints of Hot Purple #501751

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #501751: hue angle of 298.97º 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 #501751 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 23 81 -
CMYK 0.01 0.72 0 0.68
HSL 298.97º 0.56% 0.2% -
HSV(B) 298.97º 0.72% 0.32% -
XYZ 5.1 2.91 8.08 -
YUV 46.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 80 23 81 0.01 0.72 0 0.68 298.97 0.56 0.2
Hex 50 17 51 1 48 0 44 12B 38 14
Octal 120 27 121 1 110 0 104 453 70 24
Binary 1010000 10111 1010001 1 1001000 0 1000100 100101011 111000 10100

Color Harmonies of #501751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501751

Black with #501751

Text Example


Text Example

White with #501751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501751; }

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

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

background-color css

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

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

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

border-color css

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

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

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