#50025B

Color #50025B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #50025B

Tints of Hot Purple #50025B

Color information

#50025B (or 0x50025B) is unknown color: approx Hot Purple. HEX triplet: 50, 02 and 5B. RGB value is (80,2,91). Sum of RGB (Red+Green+Blue) = 80+2+91=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #50025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025B is #AFFDA4. Grayscale: #232323. Windows color (decimal): -11533733 or 5964368. OLE color: 5964368.

HSL color Cylindrical-coordinate representation of color #50025B: hue angle of 292.58º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80291-
CMYK0.120.9800.64
HSL292.58º95.7%18.24%-
HSV(B)292.58º97.8%35.69%-
XYZ5.222.510.11-
YUV35.47159.34159.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=46.24%
G=1.16%
B=52.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal802910.120.9800.64292.5895.718.24
Hex5025BC620401256012
Octal120213314142010044514022
Binary10100001010110111100110001001000000100100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50025B; }

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

 H1.HeaderClassName
 {
   color: #50025B;
 }
 .AnyTagClassName
 {
   color: #50025B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #50025B;
 }
 .BgClassName
 {
   background-color: #50025B;
 }
</style>
border-color css

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

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

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