#681C65

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

Shades of Palatinate Purple #681C65

Tints of Palatinate Purple #681C65

Color information

#681C65 (or 0x681C65) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1C and 65. RGB value is (104,28,101). Sum of RGB (Red+Green+Blue) = 104+28+101=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #681C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C65 is #97E39A. Grayscale: #3A3A3A. Windows color (decimal): -9954203 or 6626408. OLE color: 6626408.

HSL color Cylindrical-coordinate representation of color #681C65: hue angle of 302.37º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C65 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10428101-
CMYK00.730.030.59
HSL302.37º57.58%25.88%-
HSV(B)302.37º73.08%40.78%-
XYZ8.474.7112.78-
YUV59.05151.68160.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=44.64%
G=12.02%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042810100.730.030.59302.3757.5825.88
Hex681C6504933B12e3a1a
Octal1503414501113734567232
Binary1101000111001100101010010011111101110010111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C65; }

 p { color: rgb(104,28,101); }

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

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

 a { background-color: rgb(104,28,101); }

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

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

 span { border-color: rgb(104,28,101); }

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