#680B64

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

Shades of Palatinate Purple #680B64

Tints of Palatinate Purple #680B64

Color information

#680B64 (or 0x680B64) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0B and 64. RGB value is (104,11,100). Sum of RGB (Red+Green+Blue) = 104+11+100=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B64 is #97F49B. Grayscale: #303030. Windows color (decimal): -9958556 or 6556520. OLE color: 6556520.

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

Color convert

RGB10411100-
CMYK00.890.040.59
HSL302.58º80.87%22.55%-
HSV(B)302.58º89.42%40.78%-
XYZ8.134.112.42-
YUV48.95156.81167.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=48.37%
G=5.12%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041110000.890.040.59302.5880.8722.55
Hex68B6405943B12f5117
Octal15013144013147345712127
Binary11010001011110010001011001100111011100101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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