Html Css Color HEX #501657 Hot Purple

📋 copy color: '#501657'

red 80 ◦ green 22 ◦ blue 87

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

Shades of Hot Purple #501657

Tints of Hot Purple #501657

RGB

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

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

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

R = 42.33%
G = 11.64%
B = 46.03%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#501657 (or 0x501657) is known color: Hot Purple. HEX triplet: 50, 16 and 57. RGB value is (80,22,87). Sum of RGB (Red+Green+Blue) = 80+22+87=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #501657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501657 is #AFE9A8. Grayscale: #2E2E2E. Windows color (decimal): -11528617 or 5707344. OLE color: 5707344.

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

Color convert

RGB 80 22 87 -
CMYK 0.08 0.75 0 0.66
HSL 293.54º 0.6% 0.21% -
HSV(B) 293.54º 0.75% 0.34% -
XYZ 5.32 2.97 9.31 -
YUV 46.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 80 22 87 0.08 0.75 0 0.66 293.54 0.6 0.21
Hex 50 16 57 8 4B 0 42 126 3C 15
Octal 120 26 127 10 113 0 102 446 74 25
Binary 1010000 10110 1010111 1000 1001011 0 1000010 100100110 111100 10101

Color Harmonies of #501657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501657

Black with #501657

Text Example


Text Example

White with #501657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501657; }

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

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

background-color css

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

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

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

border-color css

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

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

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