#502650

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

Shades of Hot Purple #502650

Tints of Hot Purple #502650

Color information

#502650 (or 0x502650) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 50. RGB value is (80,38,80). Sum of RGB (Red+Green+Blue) = 80+38+80=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502650 is #AFD9AF. Grayscale: #373737. Windows color (decimal): -11524528 or 5252688. OLE color: 5252688.

HSL color Cylindrical-coordinate representation of color #502650: hue angle of 300º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502650 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB803880-
CMYK00.5200.69
HSL300º35.59%23.14%-
HSV(B)300º52.5%31.37%-
XYZ5.453.678.01-
YUV55.35141.91145.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=40.40%
G=19.19%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80388000.5200.6930035.5923.14
Hex50265003404512c2417
Octal1204612006401054544427
Binary1010000100110101000001101000100010110010110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502650; }

 p { color: rgb(80,38,80); }

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

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

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

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

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

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

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