Html Css Color HEX #501B58 Hot Purple

📋 copy color: '#501B58'

red 80 ◦ green 27 ◦ blue 88

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

Shades of Hot Purple #501B58

Tints of Hot Purple #501B58

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

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

R = 41.03%
G = 13.85%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501B58 (or 0x501B58) is known color: Hot Purple. HEX triplet: 50, 1B and 58. RGB value is (80,27,88). Sum of RGB (Red+Green+Blue) = 80+27+88=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #501B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B58 is #AFE4A7. Grayscale: #313131. Windows color (decimal): -11527336 or 5774160. OLE color: 5774160.

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

Color convert

RGB 80 27 88 -
CMYK 0.09 0.69 0 0.65
HSL 292.13º 0.53% 0.23% -
HSV(B) 292.13º 0.69% 0.35% -
XYZ 5.46 3.19 9.56 -
YUV 49.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 80 27 88 0.09 0.69 0 0.65 292.13 0.53 0.23
Hex 50 1B 58 9 45 0 41 124 35 17
Octal 120 33 130 11 105 0 101 444 65 27
Binary 1010000 11011 1011000 1001 1000101 0 1000001 100100100 110101 10111

Color Harmonies of #501B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B58

Black with #501B58

Text Example


Text Example

White with #501B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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