Html Css Color HEX #500459 Hot Purple

📋 copy color: '#500459'

red 80 ◦ green 4 ◦ blue 89

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

Shades of Hot Purple #500459

Tints of Hot Purple #500459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 46.24%
G = 2.31%
B = 51.45%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500459 (or 0x500459) is known color: Hot Purple. HEX triplet: 50, 04 and 59. RGB value is (80,4,89). Sum of RGB (Red+Green+Blue) = 80+4+89=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #500459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500459 is #AFFBA6. Grayscale: #242424. Windows color (decimal): -11533223 or 5833808. OLE color: 5833808.

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

Color convert

RGB 80 4 89 -
CMYK 0.10 0.96 0 0.65
HSL 293.65º 0.91% 0.18% -
HSV(B) 293.65º 0.96% 0.35% -
XYZ 5.15 2.51 9.66 -
YUV 36.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 80 4 89 0.10 0.96 0 0.65 293.65 0.91 0.18
Hex 50 4 59 A 60 0 41 126 5B 12
Octal 120 4 131 12 140 0 101 446 133 22
Binary 1010000 100 1011001 1010 1100000 0 1000001 100100110 1011011 10010

Color Harmonies of #500459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500459

Black with #500459

Text Example


Text Example

White with #500459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500459; }

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

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

background-color css

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

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

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

border-color css

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

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

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