#500956

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

Shades of Hot Purple #500956

Tints of Hot Purple #500956

Color information

#500956 (or 0x500956) is unknown color: approx Hot Purple. HEX triplet: 50, 09 and 56. RGB value is (80,9,86). Sum of RGB (Red+Green+Blue) = 80+9+86=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #500956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500956 is #AFF6A9. Grayscale: #262626. Windows color (decimal): -11531946 or 5638480. OLE color: 5638480.

HSL color Cylindrical-coordinate representation of color #500956: hue angle of 295.32º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500956 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB80986-
CMYK0.070.9000.66
HSL295.32º81.05%18.63%-
HSV(B)295.32º89.53%33.73%-
XYZ5.092.579.03-
YUV39.01154.52157.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=45.71%
G=5.14%
B=49.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal809860.070.9000.66295.3281.0518.63
Hex5095675A0421275113
Octal120111267132010244712123
Binary101000010011010110111101101001000010100100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500956; }

 p { color: rgb(80,9,86); }

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

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

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

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

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

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

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