Html Css Color HEX #501A51 Hot Purple

📋 copy color: '#501A51'

red 80 ◦ green 26 ◦ blue 81

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

Shades of Hot Purple #501A51

Tints of Hot Purple #501A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

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

R = 42.78%
G = 13.9%
B = 43.32%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501A51 (or 0x501A51) is known color: Hot Purple. HEX triplet: 50, 1A and 51. RGB value is (80,26,81). Sum of RGB (Red+Green+Blue) = 80+26+81=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #501A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A51 is #AFE5AE. Grayscale: #303030. Windows color (decimal): -11527599 or 5315152. OLE color: 5315152.

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

Color convert

RGB 80 26 81 -
CMYK 0.01 0.68 0 0.68
HSL 298.91º 0.51% 0.21% -
HSV(B) 298.91º 0.68% 0.32% -
XYZ 5.16 3.04 8.1 -
YUV 48.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 80 26 81 0.01 0.68 0 0.68 298.91 0.51 0.21
Hex 50 1A 51 1 44 0 44 12B 33 15
Octal 120 32 121 1 104 0 104 453 63 25
Binary 1010000 11010 1010001 1 1000100 0 1000100 100101011 110011 10101

Color Harmonies of #501A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A51

Black with #501A51

Text Example


Text Example

White with #501A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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