Html Css Color HEX #500059 Hot Purple

📋 copy color: '#500059'

red 80 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #500059

Tints of Hot Purple #500059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.34%
G = 0%
B = 52.66%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500059 (or 0x500059) is known color: Hot Purple. HEX triplet: 50, 00 and 59. RGB value is (80,0,89). Sum of RGB (Red+Green+Blue) = 80+0+89=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #500059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500059 is #AFFFA6. Grayscale: #212121. Windows color (decimal): -11534247 or 5832784. OLE color: 5832784.

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

Color convert

RGB 80 0 89 -
CMYK 0.10 1 0 0.65
HSL 293.93º 1% 0.17% -
HSV(B) 293.93º 1% 0.35% -
XYZ 5.11 2.43 9.65 -
YUV 34.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 80 0 89 0.10 1 0 0.65 293.93 1 0.17
Hex 50 0 59 A 64 0 41 126 64 11
Octal 120 0 131 12 144 0 101 446 144 21
Binary 1010000 0 1011001 1010 1100100 0 1000001 100100110 1100100 10001

Color Harmonies of #500059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500059

Black with #500059

Text Example


Text Example

White with #500059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500059; }

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

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

background-color css

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

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

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

border-color css

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

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

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