Html Css Color HEX #501957 Hot Purple

📋 copy color: '#501957'

red 80 ◦ green 25 ◦ blue 87

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

Shades of Hot Purple #501957

Tints of Hot Purple #501957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 41.67%
G = 13.02%
B = 45.31%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#501957 (or 0x501957) is known color: Hot Purple. HEX triplet: 50, 19 and 57. RGB value is (80,25,87). Sum of RGB (Red+Green+Blue) = 80+25+87=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #501957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501957 is #AFE6A8. Grayscale: #303030. Windows color (decimal): -11527849 or 5708112. OLE color: 5708112.

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

Color convert

RGB 80 25 87 -
CMYK 0.08 0.71 0 0.66
HSL 293.23º 0.55% 0.22% -
HSV(B) 293.23º 0.71% 0.34% -
XYZ 5.38 3.09 9.33 -
YUV 48.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 80 25 87 0.08 0.71 0 0.66 293.23 0.55 0.22
Hex 50 19 57 8 47 0 42 125 37 16
Octal 120 31 127 10 107 0 102 445 67 26
Binary 1010000 11001 1010111 1000 1000111 0 1000010 100100101 110111 10110

Color Harmonies of #501957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501957

Black with #501957

Text Example


Text Example

White with #501957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501957; }

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

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

background-color css

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

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

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

border-color css

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

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

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