#681561

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

Shades of Palatinate Purple #681561

Tints of Palatinate Purple #681561

Color information

#681561 (or 0x681561) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 61. RGB value is (104,21,97). Sum of RGB (Red+Green+Blue) = 104+21+97=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681561 is #97EA9E. Grayscale: #363636. Windows color (decimal): -9955999 or 6362472. OLE color: 6362472.

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

Color convert

RGB1042197-
CMYK00.800.070.59
HSL305.06º66.4%24.51%-
HSV(B)305.06º79.81%40.78%-
XYZ8.134.3411.72-
YUV54.48152163.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=46.85%
G=9.46%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219700.800.070.59305.0666.424.51
Hex68156105073B1314219
Octal15025141012077346110231
Binary110100010101110000101010000111111011100110001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681561; }

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

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

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

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

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

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

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

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