Html Css Color HEX #501757 Hot Purple

📋 copy color: '#501757'

red 80 ◦ green 23 ◦ blue 87

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

Shades of Hot Purple #501757

Tints of Hot Purple #501757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 42.11%
G = 12.11%
B = 45.79%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#501757 (or 0x501757) is known color: Hot Purple. HEX triplet: 50, 17 and 57. RGB value is (80,23,87). Sum of RGB (Red+Green+Blue) = 80+23+87=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #501757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501757 is #AFE8A8. Grayscale: #2F2F2F. Windows color (decimal): -11528361 or 5707600. OLE color: 5707600.

HSL color Cylindrical-coordinate representation of color #501757: hue angle of 293.44º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501757 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 23 87 -
CMYK 0.08 0.74 0 0.66
HSL 293.44º 0.58% 0.22% -
HSV(B) 293.44º 0.74% 0.34% -
XYZ 5.33 3.01 9.32 -
YUV 47.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 80 23 87 0.08 0.74 0 0.66 293.44 0.58 0.22
Hex 50 17 57 8 4A 0 42 125 3A 16
Octal 120 27 127 10 112 0 102 445 72 26
Binary 1010000 10111 1010111 1000 1001010 0 1000010 100100101 111010 10110

Color Harmonies of #501757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501757

Black with #501757

Text Example


Text Example

White with #501757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501757; }

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

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

background-color css

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

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

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

border-color css

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

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

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