#681968

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

Shades of Palatinate Purple #681968

Tints of Palatinate Purple #681968

Color information

#681968 (or 0x681968) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 68. RGB value is (104,25,104). Sum of RGB (Red+Green+Blue) = 104+25+104=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681968 is #97E697. Grayscale: #393939. Windows color (decimal): -9954968 or 6822248. OLE color: 6822248.

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

Color convert

RGB10425104-
CMYK00.7600.59
HSL300º61.24%25.29%-
HSV(B)300º75.96%40.78%-
XYZ8.564.6413.54-
YUV57.63154.17161.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=44.64%
G=10.73%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042510400.7600.5930061.2425.29
Hex68196804C03B12c3d19
Octal1503115001140734547531
Binary110100011001110100001001100011101110010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681968; }

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

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

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

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

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

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

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

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