Html Css Color HEX #501257 Hot Purple

📋 copy color: '#501257'

red 80 ◦ green 18 ◦ blue 87

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

Shades of Hot Purple #501257

Tints of Hot Purple #501257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 43.24%
G = 9.73%
B = 47.03%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#501257 (or 0x501257) is known color: Hot Purple. HEX triplet: 50, 12 and 57. RGB value is (80,18,87). Sum of RGB (Red+Green+Blue) = 80+18+87=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #501257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501257 is #AFEDA8. Grayscale: #2C2C2C. Windows color (decimal): -11529641 or 5706320. OLE color: 5706320.

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

Color convert

RGB 80 18 87 -
CMYK 0.08 0.79 0 0.66
HSL 293.91º 0.66% 0.21% -
HSV(B) 293.91º 0.79% 0.34% -
XYZ 5.24 2.83 9.29 -
YUV 44.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 80 18 87 0.08 0.79 0 0.66 293.91 0.66 0.21
Hex 50 12 57 8 4F 0 42 126 42 15
Octal 120 22 127 10 117 0 102 446 102 25
Binary 1010000 10010 1010111 1000 1001111 0 1000010 100100110 1000010 10101

Color Harmonies of #501257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501257

Black with #501257

Text Example


Text Example

White with #501257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501257; }

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

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

background-color css

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

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

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

border-color css

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

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

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