Html Css Color HEX #501E55 Hot Purple

📋 copy color: '#501E55'

red 80 ◦ green 30 ◦ blue 85

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

Shades of Hot Purple #501E55

Tints of Hot Purple #501E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 41.03%
G = 15.38%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501E55 (or 0x501E55) is known color: Hot Purple. HEX triplet: 50, 1E and 55. RGB value is (80,30,85). Sum of RGB (Red+Green+Blue) = 80+30+85=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #501E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E55 is #AFE1AA. Grayscale: #333333. Windows color (decimal): -11526571 or 5578320. OLE color: 5578320.

HSL color Cylindrical-coordinate representation of color #501E55: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501E55 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 30 85 -
CMYK 0.06 0.65 0 0.67
HSL 294.55º 0.48% 0.23% -
HSV(B) 294.55º 0.65% 0.33% -
XYZ 5.41 3.29 8.94 -
YUV 51.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 80 30 85 0.06 0.65 0 0.67 294.55 0.48 0.23
Hex 50 1E 55 6 41 0 43 127 30 17
Octal 120 36 125 6 101 0 103 447 60 27
Binary 1010000 11110 1010101 110 1000001 0 1000011 100100111 110000 10111

Color Harmonies of #501E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E55

Black with #501E55

Text Example


Text Example

White with #501E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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