#803675

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

Shades of Dark Purple #803675

Tints of Dark Purple #803675

Color information

#803675 (or 0x803675) is unknown color: approx Dark Purple. HEX triplet: 80, 36 and 75. RGB value is (128,54,117). Sum of RGB (Red+Green+Blue) = 128+54+117=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #803675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803675 is #7FC98A. Grayscale: #535353. Windows color (decimal): -8374667 or 7681664. OLE color: 7681664.

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

Color convert

RGB12854117-
CMYK00.580.090.50
HSL308.92º40.66%35.69%-
HSV(B)308.92º57.81%50.2%-
XYZ13.438.5117.76-
YUV83.31147.02159.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=42.81%
G=18.06%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285411700.580.090.50308.9240.6635.69
Hex80367503A9321352924
Octal2006616507211624655144
Binary10000000110110111010101110101001110010100110101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803675; }

 p { color: rgb(128,54,117); }

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

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

 a { background-color: rgb(128,54,117); }

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

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

 span { border-color: rgb(128,54,117); }

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