#803370

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

Shades of Dark Purple #803370

Tints of Dark Purple #803370

Color information

#803370 (or 0x803370) is unknown color: approx Dark Purple. HEX triplet: 80, 33 and 70. RGB value is (128,51,112). Sum of RGB (Red+Green+Blue) = 128+51+112=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #803370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803370 is #7FCC8F. Grayscale: #505050. Windows color (decimal): -8375440 or 7353216. OLE color: 7353216.

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

Color convert

RGB12851112-
CMYK00.600.120.50
HSL312.47º43.02%35.1%-
HSV(B)312.47º60.16%50.2%-
XYZ13.018.1316.21-
YUV80.98145.51161.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=43.99%
G=17.53%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285111200.600.120.50312.4743.0235.1
Hex80337003CC321382b23
Octal2006316007414624705343
Binary10000000110011111000001111001100110010100111000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803370; }

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

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

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

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

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

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

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

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