Html Css Color HEX #501359 Hot Purple

📋 copy color: '#501359'

red 80 ◦ green 19 ◦ blue 89

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

Shades of Hot Purple #501359

Tints of Hot Purple #501359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 42.55%
G = 10.11%
B = 47.34%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501359 (or 0x501359) is known color: Hot Purple. HEX triplet: 50, 13 and 59. RGB value is (80,19,89). Sum of RGB (Red+Green+Blue) = 80+19+89=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #501359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501359 is #AFECA6. Grayscale: #2D2D2D. Windows color (decimal): -11529383 or 5837648. OLE color: 5837648.

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

Color convert

RGB 80 19 89 -
CMYK 0.10 0.79 0 0.65
HSL 292.29º 0.65% 0.21% -
HSV(B) 292.29º 0.79% 0.35% -
XYZ 5.34 2.89 9.73 -
YUV 45.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 80 19 89 0.10 0.79 0 0.65 292.29 0.65 0.21
Hex 50 13 59 A 4F 0 41 124 41 15
Octal 120 23 131 12 117 0 101 444 101 25
Binary 1010000 10011 1011001 1010 1001111 0 1000001 100100100 1000001 10101

Color Harmonies of #501359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501359

Black with #501359

Text Example


Text Example

White with #501359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501359; }

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

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

background-color css

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

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

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

border-color css

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

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

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