#681868

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

Shades of Palatinate Purple #681868

Tints of Palatinate Purple #681868

Color information

#681868 (or 0x681868) is unknown color: approx Palatinate Purple. HEX triplet: 68, 18 and 68. RGB value is (104,24,104). Sum of RGB (Red+Green+Blue) = 104+24+104=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681868 is #97E797. Grayscale: #383838. Windows color (decimal): -9955224 or 6821992. OLE color: 6821992.

HSL color Cylindrical-coordinate representation of color #681868: hue angle of 300º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681868 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10424104-
CMYK00.7700.59
HSL300º62.5%25.1%-
HSV(B)300º76.92%40.78%-
XYZ8.534.613.53-
YUV57.04154.5161.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=44.83%
G=10.34%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042410400.7700.5930062.525.1
Hex68186804D03B12c3e19
Octal1503015001150734547631
Binary110100011000110100001001101011101110010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681868; }

 p { color: rgb(104,24,104); }

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

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

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

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

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

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

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