Html Css Color HEX #501859 Hot Purple

📋 copy color: '#501859'

red 80 ◦ green 24 ◦ blue 89

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

Shades of Hot Purple #501859

Tints of Hot Purple #501859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 41.45%
G = 12.44%
B = 46.11%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501859 (or 0x501859) is known color: Hot Purple. HEX triplet: 50, 18 and 59. RGB value is (80,24,89). Sum of RGB (Red+Green+Blue) = 80+24+89=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #501859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501859 is #AFE7A6. Grayscale: #2F2F2F. Windows color (decimal): -11528103 or 5838928. OLE color: 5838928.

HSL color Cylindrical-coordinate representation of color #501859: hue angle of 291.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501859 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 24 89 -
CMYK 0.10 0.73 0 0.65
HSL 291.69º 0.58% 0.22% -
HSV(B) 291.69º 0.73% 0.35% -
XYZ 5.44 3.08 9.76 -
YUV 48.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 80 24 89 0.10 0.73 0 0.65 291.69 0.58 0.22
Hex 50 18 59 A 49 0 41 124 3A 16
Octal 120 30 131 12 111 0 101 444 72 26
Binary 1010000 11000 1011001 1010 1001001 0 1000001 100100100 111010 10110

Color Harmonies of #501859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501859

Black with #501859

Text Example


Text Example

White with #501859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501859; }

 p { color: rgb(80,24,89); }

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

background-color css

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

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

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

border-color css

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

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

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