Html Css Color HEX #501F4F Hot Purple

📋 copy color: '#501F4F'

red 80 ◦ green 31 ◦ blue 79

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

Shades of Hot Purple #501F4F

Tints of Hot Purple #501F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 42.11%
G = 16.32%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#501F4F (or 0x501F4F) is known color: Hot Purple. HEX triplet: 50, 1F and 4F. RGB value is (80,31,79). Sum of RGB (Red+Green+Blue) = 80+31+79=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #501F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F4F is #AFE0B0. Grayscale: #323232. Windows color (decimal): -11526321 or 5185360. OLE color: 5185360.

HSL color Cylindrical-coordinate representation of color #501F4F: hue angle of 301.22º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F4F is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 79 -
CMYK 0 0.61 0.01 0.69
HSL 301.22º 0.44% 0.22% -
HSV(B) 301.22º 0.61% 0.31% -
XYZ 5.21 3.25 7.75 -
YUV 51.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 80 31 79 0 0.61 0.01 0.69 301.22 0.44 0.22
Hex 50 1F 4F 0 3D 1 45 12D 2C 16
Octal 120 37 117 0 75 1 105 455 54 26
Binary 1010000 11111 1001111 0 111101 1 1000101 100101101 101100 10110

Color Harmonies of #501F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F4F

Black with #501F4F

Text Example


Text Example

White with #501F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F4F; }

 p { color: rgb(80,31,79); }

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

background-color css

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

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

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

border-color css

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

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

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