#803971

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

Shades of Dark Purple #803971

Tints of Dark Purple #803971

Color information

#803971 (or 0x803971) is unknown color: approx Dark Purple. HEX triplet: 80, 39 and 71. RGB value is (128,57,113). Sum of RGB (Red+Green+Blue) = 128+57+113=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803971 is #7FC68E. Grayscale: #545454. Windows color (decimal): -8373903 or 7420288. OLE color: 7420288.

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

Color convert

RGB12857113-
CMYK00.550.120.50
HSL312.68º38.38%36.27%-
HSV(B)312.68º55.47%50.2%-
XYZ13.358.7116.6-
YUV84.61144.02158.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=42.95%
G=19.13%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285711300.550.120.50312.6838.3836.27
Hex803971037C321392624
Octal2007116106714624714644
Binary10000000111001111000101101111100110010100111001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803971; }

 p { color: rgb(128,57,113); }

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

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

 a { background-color: rgb(128,57,113); }

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

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

 span { border-color: rgb(128,57,113); }

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