Html Css Color HEX #501351 Hot Purple

📋 copy color: '#501351'

red 80 ◦ green 19 ◦ blue 81

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

Shades of Hot Purple #501351

Tints of Hot Purple #501351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 44.44%
G = 10.56%
B = 45%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501351 (or 0x501351) is known color: Hot Purple. HEX triplet: 50, 13 and 51. RGB value is (80,19,81). Sum of RGB (Red+Green+Blue) = 80+19+81=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #501351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501351 is #AFECAE. Grayscale: #2C2C2C. Windows color (decimal): -11529391 or 5313360. OLE color: 5313360.

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

Color convert

RGB 80 19 81 -
CMYK 0.01 0.77 0 0.68
HSL 299.03º 0.62% 0.2% -
HSV(B) 299.03º 0.77% 0.32% -
XYZ 5.03 2.77 8.05 -
YUV 44.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 80 19 81 0.01 0.77 0 0.68 299.03 0.62 0.2
Hex 50 13 51 1 4D 0 44 12B 3E 14
Octal 120 23 121 1 115 0 104 453 76 24
Binary 1010000 10011 1010001 1 1001101 0 1000100 100101011 111110 10100

Color Harmonies of #501351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501351

Black with #501351

Text Example


Text Example

White with #501351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501351; }

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

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

background-color css

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

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

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

border-color css

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

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

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