Html Css Color HEX #500259 Hot Purple

📋 copy color: '#500259'

red 80 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #500259

Tints of Hot Purple #500259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 46.78%
G = 1.17%
B = 52.05%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500259 (or 0x500259) is known color: Hot Purple. HEX triplet: 50, 02 and 59. RGB value is (80,2,89). Sum of RGB (Red+Green+Blue) = 80+2+89=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #500259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500259 is #AFFDA6. Grayscale: #222222. Windows color (decimal): -11533735 or 5833296. OLE color: 5833296.

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

Color convert

RGB 80 2 89 -
CMYK 0.10 0.98 0 0.65
HSL 293.79º 0.96% 0.18% -
HSV(B) 293.79º 0.98% 0.35% -
XYZ 5.13 2.47 9.66 -
YUV 35.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 80 2 89 0.10 0.98 0 0.65 293.79 0.96 0.18
Hex 50 2 59 A 62 0 41 126 60 12
Octal 120 2 131 12 142 0 101 446 140 22
Binary 1010000 10 1011001 1010 1100010 0 1000001 100100110 1100000 10010

Color Harmonies of #500259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500259

Black with #500259

Text Example


Text Example

White with #500259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500259; }

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

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

background-color css

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

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

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

border-color css

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

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

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