Html Css Color HEX #501D58 Hot Purple

📋 copy color: '#501D58'

red 80 ◦ green 29 ◦ blue 88

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

Shades of Hot Purple #501D58

Tints of Hot Purple #501D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 40.61%
G = 14.72%
B = 44.67%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501D58 (or 0x501D58) is known color: Hot Purple. HEX triplet: 50, 1D and 58. RGB value is (80,29,88). Sum of RGB (Red+Green+Blue) = 80+29+88=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #501D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D58 is #AFE2A7. Grayscale: #323232. Windows color (decimal): -11526824 or 5774672. OLE color: 5774672.

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

Color convert

RGB 80 29 88 -
CMYK 0.09 0.67 0 0.65
HSL 291.86º 0.5% 0.23% -
HSV(B) 291.86º 0.67% 0.35% -
XYZ 5.51 3.29 9.58 -
YUV 50.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 80 29 88 0.09 0.67 0 0.65 291.86 0.5 0.23
Hex 50 1D 58 9 43 0 41 124 32 17
Octal 120 35 130 11 103 0 101 444 62 27
Binary 1010000 11101 1011000 1001 1000011 0 1000001 100100100 110010 10111

Color Harmonies of #501D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D58

Black with #501D58

Text Example


Text Example

White with #501D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,88); }

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

background-color css

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

 a { background-color: rgb(80,29,88); }

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

border-color css

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

 span { border-color: rgb(80,29,88); }

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