#681568

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

Shades of Palatinate Purple #681568

Tints of Palatinate Purple #681568

Color information

#681568 (or 0x681568) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 68. RGB value is (104,21,104). Sum of RGB (Red+Green+Blue) = 104+21+104=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681568 is #97EA97. Grayscale: #373737. Windows color (decimal): -9955992 or 6821224. OLE color: 6821224.

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

Color convert

RGB10421104-
CMYK00.8000.59
HSL300º66.4%24.51%-
HSV(B)300º79.81%40.78%-
XYZ8.484.4813.51-
YUV55.28155.5162.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=45.41%
G=9.17%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042110400.8000.5930066.424.51
Hex68156805003B12c4219
Octal15025150012007345410231
Binary1101000101011101000010100000111011100101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681568; }

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

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

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

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

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

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

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

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