Html Css Color HEX #501459 Hot Purple

📋 copy color: '#501459'

red 80 ◦ green 20 ◦ blue 89

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

Shades of Hot Purple #501459

Tints of Hot Purple #501459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 42.33%
G = 10.58%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501459 (or 0x501459) is known color: Hot Purple. HEX triplet: 50, 14 and 59. RGB value is (80,20,89). Sum of RGB (Red+Green+Blue) = 80+20+89=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #501459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501459 is #AFEBA6. Grayscale: #2D2D2D. Windows color (decimal): -11529127 or 5837904. OLE color: 5837904.

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

Color convert

RGB 80 20 89 -
CMYK 0.10 0.78 0 0.65
HSL 292.17º 0.63% 0.21% -
HSV(B) 292.17º 0.78% 0.35% -
XYZ 5.36 2.93 9.73 -
YUV 45.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 80 20 89 0.10 0.78 0 0.65 292.17 0.63 0.21
Hex 50 14 59 A 4E 0 41 124 3F 15
Octal 120 24 131 12 116 0 101 444 77 25
Binary 1010000 10100 1011001 1010 1001110 0 1000001 100100100 111111 10101

Color Harmonies of #501459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501459

Black with #501459

Text Example


Text Example

White with #501459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501459; }

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

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

background-color css

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

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

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

border-color css

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

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

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