Html Css Color HEX #501B51 Hot Purple

📋 copy color: '#501B51'

red 80 ◦ green 27 ◦ blue 81

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

Shades of Hot Purple #501B51

Tints of Hot Purple #501B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.09%

R = 42.55%
G = 14.36%
B = 43.09%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501B51 (or 0x501B51) is known color: Hot Purple. HEX triplet: 50, 1B and 51. RGB value is (80,27,81). Sum of RGB (Red+Green+Blue) = 80+27+81=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #501B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B51 is #AFE4AE. Grayscale: #303030. Windows color (decimal): -11527343 or 5315408. OLE color: 5315408.

HSL color Cylindrical-coordinate representation of color #501B51: hue angle of 298.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501B51 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 27 81 -
CMYK 0.01 0.67 0 0.68
HSL 298.89º 0.5% 0.21% -
HSV(B) 298.89º 0.67% 0.32% -
XYZ 5.19 3.08 8.11 -
YUV 49 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 80 27 81 0.01 0.67 0 0.68 298.89 0.5 0.21
Hex 50 1B 51 1 43 0 44 12B 32 15
Octal 120 33 121 1 103 0 104 453 62 25
Binary 1010000 11011 1010001 1 1000011 0 1000100 100101011 110010 10101

Color Harmonies of #501B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B51

Black with #501B51

Text Example


Text Example

White with #501B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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