#803379

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

Shades of Dark Purple #803379

Tints of Dark Purple #803379

Color information

#803379 (or 0x803379) is unknown color: approx Dark Purple. HEX triplet: 80, 33 and 79. RGB value is (128,51,121). Sum of RGB (Red+Green+Blue) = 128+51+121=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803379 is #7FCC86. Grayscale: #515151. Windows color (decimal): -8375431 or 7943040. OLE color: 7943040.

HSL color Cylindrical-coordinate representation of color #803379: hue angle of 305.45º 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 #803379 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12851121-
CMYK00.600.050.50
HSL305.45º43.02%35.1%-
HSV(B)305.45º60.16%50.2%-
XYZ13.548.3418.98-
YUV82150.01160.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=42.67%
G=17%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285112100.600.050.50305.4543.0235.1
Hex80337903C5321312b23
Octal200631710745624615343
Binary1000000011001111110010111100101110010100110001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803379; }

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

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

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

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

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

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

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

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