Html Css Color HEX #500359 Hot Purple

📋 copy color: '#500359'

red 80 ◦ green 3 ◦ blue 89

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

Shades of Hot Purple #500359

Tints of Hot Purple #500359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

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

R = 46.51%
G = 1.74%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500359 (or 0x500359) is known color: Hot Purple. HEX triplet: 50, 03 and 59. RGB value is (80,3,89). Sum of RGB (Red+Green+Blue) = 80+3+89=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #500359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500359 is #AFFCA6. Grayscale: #232323. Windows color (decimal): -11533479 or 5833552. OLE color: 5833552.

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

Color convert

RGB 80 3 89 -
CMYK 0.10 0.97 0 0.65
HSL 293.72º 0.93% 0.18% -
HSV(B) 293.72º 0.97% 0.35% -
XYZ 5.14 2.49 9.66 -
YUV 35.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 80 3 89 0.10 0.97 0 0.65 293.72 0.93 0.18
Hex 50 3 59 A 61 0 41 126 5D 12
Octal 120 3 131 12 141 0 101 446 135 22
Binary 1010000 11 1011001 1010 1100001 0 1000001 100100110 1011101 10010

Color Harmonies of #500359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500359

Black with #500359

Text Example


Text Example

White with #500359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500359; }

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

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

background-color css

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

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

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

border-color css

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

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

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