Html Css Color HEX #501857 Hot Purple

📋 copy color: '#501857'

red 80 ◦ green 24 ◦ blue 87

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

Shades of Hot Purple #501857

Tints of Hot Purple #501857

RGB

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

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

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

R = 41.88%
G = 12.57%
B = 45.55%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#501857 (or 0x501857) is known color: Hot Purple. HEX triplet: 50, 18 and 57. RGB value is (80,24,87). Sum of RGB (Red+Green+Blue) = 80+24+87=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #501857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501857 is #AFE7A8. Grayscale: #2F2F2F. Windows color (decimal): -11528105 or 5707856. OLE color: 5707856.

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

Color convert

RGB 80 24 87 -
CMYK 0.08 0.72 0 0.66
HSL 293.33º 0.57% 0.22% -
HSV(B) 293.33º 0.72% 0.34% -
XYZ 5.36 3.05 9.32 -
YUV 47.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 80 24 87 0.08 0.72 0 0.66 293.33 0.57 0.22
Hex 50 18 57 8 48 0 42 125 39 16
Octal 120 30 127 10 110 0 102 445 71 26
Binary 1010000 11000 1010111 1000 1001000 0 1000010 100100101 111001 10110

Color Harmonies of #501857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501857

Black with #501857

Text Example


Text Example

White with #501857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501857; }

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

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

background-color css

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

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

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

border-color css

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

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

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