#803872

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

Shades of Dark Purple #803872

Tints of Dark Purple #803872

Color information

#803872 (or 0x803872) is unknown color: approx Dark Purple. HEX triplet: 80, 38 and 72. RGB value is (128,56,114). Sum of RGB (Red+Green+Blue) = 128+56+114=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803872 is #7FC78D. Grayscale: #535353. Windows color (decimal): -8374158 or 7485568. OLE color: 7485568.

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

Color convert

RGB12856114-
CMYK00.560.110.50
HSL311.67º39.13%36.08%-
HSV(B)311.67º56.25%50.2%-
XYZ13.358.6316.88-
YUV84.14144.85159.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=42.95%
G=18.79%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285611400.560.110.50311.6739.1336.08
Hex803872038B321382724
Octal2007016207013624704744
Binary10000000111000111001001110001011110010100111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803872; }

 p { color: rgb(128,56,114); }

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

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

 a { background-color: rgb(128,56,114); }

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

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

 span { border-color: rgb(128,56,114); }

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