Html Css Color HEX #501250 Hot Purple

📋 copy color: '#501250'

red 80 ◦ green 18 ◦ blue 80

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

Shades of Hot Purple #501250

Tints of Hot Purple #501250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 44.94%
G = 10.11%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#501250 (or 0x501250) is known color: Hot Purple. HEX triplet: 50, 12 and 50. RGB value is (80,18,80). Sum of RGB (Red+Green+Blue) = 80+18+80=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501250 is #AFEDAF. Grayscale: #2B2B2B. Windows color (decimal): -11529648 or 5247568. OLE color: 5247568.

HSL color Cylindrical-coordinate representation of color #501250: hue angle of 300º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501250 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 80 -
CMYK 0 0.78 0 0.69
HSL 300º 0.63% 0.19% -
HSV(B) 300º 0.78% 0.31% -
XYZ 4.97 2.72 7.85 -
YUV 43.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 80 18 80 0 0.78 0 0.69 300 0.63 0.19
Hex 50 12 50 0 4E 0 45 12C 3F 13
Octal 120 22 120 0 116 0 105 454 77 23
Binary 1010000 10010 1010000 0 1001110 0 1000101 100101100 111111 10011

Color Harmonies of #501250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501250

Black with #501250

Text Example


Text Example

White with #501250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501250; }

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

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

background-color css

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

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

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

border-color css

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

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

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