#803774

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

Shades of Dark Purple #803774

Tints of Dark Purple #803774

Color information

#803774 (or 0x803774) is unknown color: approx Dark Purple. HEX triplet: 80, 37 and 74. RGB value is (128,55,116). Sum of RGB (Red+Green+Blue) = 128+55+116=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #803774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803774 is #7FC88B. Grayscale: #535353. Windows color (decimal): -8374412 or 7616384. OLE color: 7616384.

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

Color convert

RGB12855116-
CMYK00.570.090.50
HSL309.86º39.89%35.88%-
HSV(B)309.86º57.03%50.2%-
XYZ13.428.5817.47-
YUV83.78146.18159.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=42.81%
G=18.39%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285511600.570.090.50309.8639.8935.88
Hex8037740399321362824
Octal2006716407111624665044
Binary10000000110111111010001110011001110010100110110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803774; }

 p { color: rgb(128,55,116); }

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

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

 a { background-color: rgb(128,55,116); }

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

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

 span { border-color: rgb(128,55,116); }

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