#803668

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

Shades of Dark Purple #803668

Tints of Dark Purple #803668

Color information

#803668 (or 0x803668) is unknown color: approx Dark Purple. HEX triplet: 80, 36 and 68. RGB value is (128,54,104). Sum of RGB (Red+Green+Blue) = 128+54+104=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #803668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803668 is #7FC997. Grayscale: #515151. Windows color (decimal): -8374680 or 6829696. OLE color: 6829696.

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

Color convert

RGB12854104-
CMYK00.580.190.50
HSL319.46º40.66%35.69%-
HSV(B)319.46º57.81%50.2%-
XYZ12.728.2314.01-
YUV81.83140.52160.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=44.76%
G=18.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285410400.580.190.50319.4640.6635.69
Hex80366803A133213f2924
Octal2006615007223624775144
Binary100000001101101101000011101010011110010100111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803668; }

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

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

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

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

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

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

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

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