#502658

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

Shades of Hot Purple #502658

Tints of Hot Purple #502658

Color information

#502658 (or 0x502658) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 58. RGB value is (80,38,88). Sum of RGB (Red+Green+Blue) = 80+38+88=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #502658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502658 is #AFD9A7. Grayscale: #383838. Windows color (decimal): -11524520 or 5776976. OLE color: 5776976.

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

Color convert

RGB803888-
CMYK0.090.5700.65
HSL290.4º39.68%24.71%-
HSV(B)290.4º56.82%34.51%-
XYZ5.763.89.66-
YUV56.26145.91144.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=38.83%
G=18.45%
B=42.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8038880.090.5700.65290.439.6824.71
Hex5026589390411222819
Octal12046130117101014425031
Binary1010000100110101100010011110010100000110010001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502658; }

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

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

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

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

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

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

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

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