#681061

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

Shades of Palatinate Purple #681061

Tints of Palatinate Purple #681061

Color information

#681061 (or 0x681061) is unknown color: approx Palatinate Purple. HEX triplet: 68, 10 and 61. RGB value is (104,16,97). Sum of RGB (Red+Green+Blue) = 104+16+97=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #681061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681061 is #97EF9E. Grayscale: #333333. Windows color (decimal): -9957279 or 6361192. OLE color: 6361192.

HSL color Cylindrical-coordinate representation of color #681061: hue angle of 304.77º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681061 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1041697-
CMYK00.850.070.59
HSL304.77º73.33%23.53%-
HSV(B)304.77º84.62%40.78%-
XYZ8.054.1811.69-
YUV51.55153.65165.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=47.93%
G=7.37%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104169700.850.070.59304.7773.3323.53
Hex68106105573B1314918
Octal15020141012577346111130
Binary110100010000110000101010101111111011100110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681061; }

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

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

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

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

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

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

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

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