Html Css Color HEX #501E4D Hot Purple

📋 copy color: '#501E4D'

red 80 ◦ green 30 ◦ blue 77

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

Shades of Hot Purple #501E4D

Tints of Hot Purple #501E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 42.78%
G = 16.04%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#501E4D (or 0x501E4D) is known color: Hot Purple. HEX triplet: 50, 1E and 4D. RGB value is (80,30,77). Sum of RGB (Red+Green+Blue) = 80+30+77=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E4D is #AFE1B2. Grayscale: #323232. Windows color (decimal): -11526579 or 5054032. OLE color: 5054032.

HSL color Cylindrical-coordinate representation of color #501E4D: hue angle of 303.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E4D is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 77 -
CMYK 0 0.62 0.04 0.69
HSL 303.6º 0.45% 0.22% -
HSV(B) 303.6º 0.63% 0.31% -
XYZ 5.11 3.17 7.36 -
YUV 50.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 80 30 77 0 0.62 0.04 0.69 303.6 0.45 0.22
Hex 50 1E 4D 0 3E 4 45 130 2D 16
Octal 120 36 115 0 76 4 105 460 55 26
Binary 1010000 11110 1001101 0 111110 100 1000101 100110000 101101 10110

Color Harmonies of #501E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E4D

Black with #501E4D

Text Example


Text Example

White with #501E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E4D; }

 p { color: rgb(80,30,77); }

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

background-color css

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

 a { background-color: rgb(80,30,77); }

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

border-color css

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

 span { border-color: rgb(80,30,77); }

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