#503856

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

Shades of Hot Purple #503856

Tints of Hot Purple #503856

Color information

#503856 (or 0x503856) is unknown color: approx Hot Purple. HEX triplet: 50, 38 and 56. RGB value is (80,56,86). Sum of RGB (Red+Green+Blue) = 80+56+86=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #503856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503856 is #AFC7A9. Grayscale: #424242. Windows color (decimal): -11519914 or 5650512. OLE color: 5650512.

HSL color Cylindrical-coordinate representation of color #503856: hue angle of 288º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503856 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB805686-
CMYK0.070.3500.66
HSL288º21.13%27.84%-
HSV(B)288º34.88%33.73%-
XYZ6.45.219.47-
YUV66.6138.95137.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=36.04%
G=25.23%
B=38.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8056860.070.3500.6628821.1327.84
Hex503856723042120151c
Octal1207012674301024402534
Binary10100001110001010110111100011010000101001000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503856; }

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

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

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

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

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

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

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

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