#503056

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

Shades of Hot Purple #503056

Tints of Hot Purple #503056

Color information

#503056 (or 0x503056) is unknown color: approx Hot Purple. HEX triplet: 50, 30 and 56. RGB value is (80,48,86). Sum of RGB (Red+Green+Blue) = 80+48+86=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #503056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503056 is #AFCFA9. Grayscale: #3D3D3D. Windows color (decimal): -11521962 or 5648464. OLE color: 5648464.

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

Color convert

RGB804886-
CMYK0.070.4400.66
HSL290.53º28.36%26.27%-
HSV(B)290.53º44.19%33.73%-
XYZ6.044.499.35-
YUV61.9141.6140.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=37.38%
G=22.43%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8048860.070.4400.66290.5328.3626.27
Hex50305672C0421231c1a
Octal1206012675401024433432
Binary10100001100001010110111101100010000101001000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503056; }

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

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

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

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

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

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

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

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