#680861

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

Shades of Palatinate Purple #680861

Tints of Palatinate Purple #680861

Color information

#680861 (or 0x680861) is unknown color: approx Palatinate Purple. HEX triplet: 68, 08 and 61. RGB value is (104,8,97). Sum of RGB (Red+Green+Blue) = 104+8+97=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680861 is #97F79E. Grayscale: #2E2E2E. Windows color (decimal): -9959327 or 6359144. OLE color: 6359144.

HSL color Cylindrical-coordinate representation of color #680861: hue angle of 304.38º 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 #680861 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB104897-
CMYK00.920.070.59
HSL304.38º85.71%21.96%-
HSV(B)304.38º92.31%40.78%-
XYZ7.953.9811.66-
YUV46.85156.3168.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=49.76%
G=3.83%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10489700.920.070.59304.3885.7121.96
Hex6886105C73B1305616
Octal15010141013477346012626
Binary11010001000110000101011100111111011100110000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680861; }

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

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

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

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

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

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

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

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