#680761

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

Shades of Palatinate Purple #680761

Tints of Palatinate Purple #680761

Color information

#680761 (or 0x680761) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 61. RGB value is (104,7,97). Sum of RGB (Red+Green+Blue) = 104+7+97=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680761 is #97F89E. Grayscale: #2E2E2E. Windows color (decimal): -9959583 or 6358888. OLE color: 6358888.

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

Color convert

RGB104797-
CMYK00.930.070.59
HSL304.33º87.39%21.76%-
HSV(B)304.33º93.27%40.78%-
XYZ7.943.9611.65-
YUV46.26156.64169.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=50%
G=3.37%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10479700.930.070.59304.3387.3921.76
Hex6876105D73B1305716
Octal1507141013577346012726
Binary1101000111110000101011101111111011100110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680761; }

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

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

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

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

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

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

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

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