#803A6D

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

Shades of Dark Purple #803A6D

Tints of Dark Purple #803A6D

Color information

#803A6D (or 0x803A6D) is unknown color: approx Dark Purple. HEX triplet: 80, 3A and 6D. RGB value is (128,58,109). Sum of RGB (Red+Green+Blue) = 128+58+109=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #803A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A6D is #7FC592. Grayscale: #545454. Windows color (decimal): -8373651 or 7158400. OLE color: 7158400.

HSL color Cylindrical-coordinate representation of color #803A6D: hue angle of 316.29º 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 #803A6D is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12858109-
CMYK00.550.150.50
HSL316.29º37.63%36.47%-
HSV(B)316.29º54.69%50.2%-
XYZ13.188.7215.46-
YUV84.74141.69158.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=43.39%
G=19.66%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285810900.550.150.50316.2937.6336.47
Hex803A6D037F3213c2624
Octal2007215506717624744644
Binary10000000111010110110101101111111110010100111100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A6D; }

 p { color: rgb(128,58,109); }

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

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

 a { background-color: rgb(128,58,109); }

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

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

 span { border-color: rgb(128,58,109); }

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