#681563

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

Shades of Palatinate Purple #681563

Tints of Palatinate Purple #681563

Color information

#681563 (or 0x681563) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 63. RGB value is (104,21,99). Sum of RGB (Red+Green+Blue) = 104+21+99=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681563 is #97EA9C. Grayscale: #363636. Windows color (decimal): -9955997 or 6493544. OLE color: 6493544.

HSL color Cylindrical-coordinate representation of color #681563: hue angle of 303.61º 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 #681563 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1042199-
CMYK00.800.050.59
HSL303.61º66.4%24.51%-
HSV(B)303.61º79.81%40.78%-
XYZ8.234.3812.22-
YUV54.71153163.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=46.43%
G=9.38%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219900.800.050.59303.6166.424.51
Hex68156305053B1304219
Octal15025143012057346010231
Binary110100010101110001101010000101111011100110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681563; }

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

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

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

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

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

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

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

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