#803372

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

Shades of Dark Purple #803372

Tints of Dark Purple #803372

Color information

#803372 (or 0x803372) is unknown color: approx Dark Purple. HEX triplet: 80, 33 and 72. RGB value is (128,51,114). Sum of RGB (Red+Green+Blue) = 128+51+114=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #803372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803372 is #7FCC8D. Grayscale: #515151. Windows color (decimal): -8375438 or 7484288. OLE color: 7484288.

HSL color Cylindrical-coordinate representation of color #803372: hue angle of 310.91º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803372 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12851114-
CMYK00.600.110.50
HSL310.91º43.02%35.1%-
HSV(B)310.91º60.16%50.2%-
XYZ13.128.1716.81-
YUV81.2146.51161.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=43.69%
G=17.41%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285111400.600.110.50310.9143.0235.1
Hex80337203CB321372b23
Octal2006316207413624675343
Binary10000000110011111001001111001011110010100110111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803372; }

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

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

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

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

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

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

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

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