#502858

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

Shades of Hot Purple #502858

Tints of Hot Purple #502858

Color information

#502858 (or 0x502858) is unknown color: approx Hot Purple. HEX triplet: 50, 28 and 58. RGB value is (80,40,88). Sum of RGB (Red+Green+Blue) = 80+40+88=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #502858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502858 is #AFD7A7. Grayscale: #393939. Windows color (decimal): -11524008 or 5777488. OLE color: 5777488.

HSL color Cylindrical-coordinate representation of color #502858: hue angle of 290º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502858 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB804088-
CMYK0.090.5500.65
HSL290º37.5%25.1%-
HSV(B)290º54.55%34.51%-
XYZ5.833.939.68-
YUV57.43145.25144.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=38.46%
G=19.23%
B=42.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8040880.090.5500.6529037.525.1
Hex5028589370411222519
Octal12050130116701014424531
Binary1010000101000101100010011101110100000110010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502858; }

 p { color: rgb(80,40,88); }

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

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

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

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

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

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

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