#501251

Color #501251 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #501251

Tints of Hot Purple #501251

Color information

#501251 (or 0x501251) is unknown color: approx Hot Purple. HEX triplet: 50, 12 and 51. RGB value is (80,18,81). Sum of RGB (Red+Green+Blue) = 80+18+81=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #501251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501251 is #AFEDAE. Grayscale: #2B2B2B. Windows color (decimal): -11529647 or 5313104. OLE color: 5313104.

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

Color convert

RGB801881-
CMYK0.010.7800.68
HSL299.05º63.64%19.41%-
HSV(B)299.05º77.78%31.76%-
XYZ5.012.738.05-
YUV43.72149.04153.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=44.69%
G=10.06%
B=45.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8018810.010.7800.68299.0563.6419.41
Hex50125114E04412b4013
Octal120221211116010445310023
Binary10100001001010100011100111001000100100101011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501251; }

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

 H1.HeaderClassName
 {
   color: #501251;
 }
 .AnyTagClassName
 {
   color: #501251;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #501251;
 }
 .BgClassName
 {
   background-color: #501251;
 }
</style>
border-color css

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

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

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