Html Css Color HEX #501651 Hot Purple

📋 copy color: '#501651'

red 80 ◦ green 22 ◦ blue 81

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

Shades of Hot Purple #501651

Tints of Hot Purple #501651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

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

R = 43.72%
G = 12.02%
B = 44.26%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501651 (or 0x501651) is known color: Hot Purple. HEX triplet: 50, 16 and 51. RGB value is (80,22,81). Sum of RGB (Red+Green+Blue) = 80+22+81=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #501651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501651 is #AFE9AE. Grayscale: #2D2D2D. Windows color (decimal): -11528623 or 5314128. OLE color: 5314128.

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

Color convert

RGB 80 22 81 -
CMYK 0.01 0.73 0 0.68
HSL 298.98º 0.57% 0.2% -
HSV(B) 298.98º 0.73% 0.32% -
XYZ 5.08 2.87 8.07 -
YUV 46.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 80 22 81 0.01 0.73 0 0.68 298.98 0.57 0.2
Hex 50 16 51 1 49 0 44 12B 39 14
Octal 120 26 121 1 111 0 104 453 71 24
Binary 1010000 10110 1010001 1 1001001 0 1000100 100101011 111001 10100

Color Harmonies of #501651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501651

Black with #501651

Text Example


Text Example

White with #501651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501651; }

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

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

background-color css

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

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

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

border-color css

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

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

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