Html Css Color HEX #501251 Hot Purple

📋 copy color: '#501251'

red 80 ◦ green 18 ◦ blue 81

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

Shades of Hot Purple #501251

Tints of Hot Purple #501251

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 value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501251 (or 0x501251) is known color: 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

RGB 80 18 81 -
CMYK 0.01 0.78 0 0.68
HSL 299.05º 0.64% 0.19% -
HSV(B) 299.05º 0.78% 0.32% -
XYZ 5.01 2.73 8.05 -
YUV 43.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 80 18 81 0.01 0.78 0 0.68 299.05 0.64 0.19
Hex 50 12 51 1 4E 0 44 12B 40 13
Octal 120 22 121 1 116 0 104 453 100 23
Binary 1010000 10010 1010001 1 1001110 0 1000100 100101011 1000000 10011

Color Harmonies of #501251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501251

Black with #501251

Text Example


Text Example

White with #501251

Text Example


Text Example

HTML Codes & Css Web 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>