#680A64

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

Shades of Palatinate Purple #680A64

Tints of Palatinate Purple #680A64

Color information

#680A64 (or 0x680A64) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0A and 64. RGB value is (104,10,100). Sum of RGB (Red+Green+Blue) = 104+10+100=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A64 is #97F59B. Grayscale: #303030. Windows color (decimal): -9958812 or 6556264. OLE color: 6556264.

HSL color Cylindrical-coordinate representation of color #680A64: hue angle of 302.55º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A64 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10410100-
CMYK00.900.040.59
HSL302.55º82.46%22.35%-
HSV(B)302.55º90.38%40.78%-
XYZ8.124.0812.42-
YUV48.37157.14167.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=48.60%
G=4.67%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041010000.900.040.59302.5582.4622.35
Hex68A6405A43B12f5216
Octal15012144013247345712226
Binary11010001010110010001011010100111011100101111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,100); }

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

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

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

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

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

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

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