#680868

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

Shades of Palatinate Purple #680868

Tints of Palatinate Purple #680868

Color information

#680868 (or 0x680868) is unknown color: approx Palatinate Purple. HEX triplet: 68, 08 and 68. RGB value is (104,8,104). Sum of RGB (Red+Green+Blue) = 104+8+104=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680868 is #97F797. Grayscale: #2F2F2F. Windows color (decimal): -9959320 or 6817896. OLE color: 6817896.

HSL color Cylindrical-coordinate representation of color #680868: hue angle of 300º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680868 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1048104-
CMYK00.9200.59
HSL300º85.71%21.96%-
HSV(B)300º92.31%40.78%-
XYZ8.294.1213.45-
YUV47.65159.8168.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=48.15%
G=3.70%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104810400.9200.5930085.7121.96
Hex6886805C03B12c5616
Octal15010150013407345412626
Binary110100010001101000010111000111011100101100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680868; }

 p { color: rgb(104,8,104); }

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

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

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

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

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

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

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