Html Css Color HEX #500759 Hot Purple

📋 copy color: '#500759'

red 80 ◦ green 7 ◦ blue 89

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

Shades of Hot Purple #500759

Tints of Hot Purple #500759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

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

R = 45.45%
G = 3.98%
B = 50.57%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500759 (or 0x500759) is known color: Hot Purple. HEX triplet: 50, 07 and 59. RGB value is (80,7,89). Sum of RGB (Red+Green+Blue) = 80+7+89=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #500759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500759 is #AFF8A6. Grayscale: #252525. Windows color (decimal): -11532455 or 5834576. OLE color: 5834576.

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

Color convert

RGB 80 7 89 -
CMYK 0.10 0.92 0 0.65
HSL 293.41º 0.85% 0.19% -
HSV(B) 293.41º 0.92% 0.35% -
XYZ 5.19 2.58 9.68 -
YUV 38.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 80 7 89 0.10 0.92 0 0.65 293.41 0.85 0.19
Hex 50 7 59 A 5C 0 41 125 55 13
Octal 120 7 131 12 134 0 101 445 125 23
Binary 1010000 111 1011001 1010 1011100 0 1000001 100100101 1010101 10011

Color Harmonies of #500759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500759

Black with #500759

Text Example


Text Example

White with #500759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500759; }

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

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

background-color css

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

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

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

border-color css

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

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

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