Html Css Color HEX #501750 Hot Purple

📋 copy color: '#501750'

red 80 ◦ green 23 ◦ blue 80

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

Shades of Hot Purple #501750

Tints of Hot Purple #501750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 43.72%
G = 12.57%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#501750 (or 0x501750) is known color: Hot Purple. HEX triplet: 50, 17 and 50. RGB value is (80,23,80). Sum of RGB (Red+Green+Blue) = 80+23+80=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501750 is #AFE8AF. Grayscale: #2E2E2E. Windows color (decimal): -11528368 or 5248848. OLE color: 5248848.

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

Color convert

RGB 80 23 80 -
CMYK 0 0.71 0 0.69
HSL 300º 0.55% 0.2% -
HSV(B) 300º 0.71% 0.31% -
XYZ 5.06 2.9 7.88 -
YUV 46.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 80 23 80 0 0.71 0 0.69 300 0.55 0.2
Hex 50 17 50 0 47 0 45 12C 37 14
Octal 120 27 120 0 107 0 105 454 67 24
Binary 1010000 10111 1010000 0 1000111 0 1000101 100101100 110111 10100

Color Harmonies of #501750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501750

Black with #501750

Text Example


Text Example

White with #501750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501750; }

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

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

background-color css

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

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

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

border-color css

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

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

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