#680D66

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

Shades of Palatinate Purple #680D66

Tints of Palatinate Purple #680D66

Color information

#680D66 (or 0x680D66) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0D and 66. RGB value is (104,13,102). Sum of RGB (Red+Green+Blue) = 104+13+102=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #680D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D66 is #97F299. Grayscale: #323232. Windows color (decimal): -9958042 or 6688104. OLE color: 6688104.

HSL color Cylindrical-coordinate representation of color #680D66: hue angle of 301.32º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D66 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10413102-
CMYK00.880.020.59
HSL301.32º77.78%22.94%-
HSV(B)301.32º87.5%40.78%-
XYZ8.254.1912.94-
YUV50.36157.15166.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=47.49%
G=5.94%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041310200.880.020.59301.3277.7822.94
Hex68D6605823B12d4e17
Octal15015146013027345511627
Binary1101000110111001100101100010111011100101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D66; }

 p { color: rgb(104,13,102); }

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

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

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

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

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

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

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