#680662

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

Shades of Palatinate Purple #680662

Tints of Palatinate Purple #680662

Color information

#680662 (or 0x680662) is unknown color: approx Palatinate Purple. HEX triplet: 68, 06 and 62. RGB value is (104,6,98). Sum of RGB (Red+Green+Blue) = 104+6+98=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680662 is #97F99D. Grayscale: #2D2D2D. Windows color (decimal): -9959838 or 6424168. OLE color: 6424168.

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

Color convert

RGB104698-
CMYK00.940.060.59
HSL303.67º89.09%21.57%-
HSV(B)303.67º94.23%40.78%-
XYZ7.983.9611.9-
YUV45.79157.47169.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=50%
G=2.88%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10469800.940.060.59303.6789.0921.57
Hex6866205E63B1305916
Octal1506142013667346013126
Binary1101000110110001001011110110111011100110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680662; }

 p { color: rgb(104,6,98); }

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

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

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

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

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

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

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