#681560

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

Shades of Palatinate Purple #681560

Tints of Palatinate Purple #681560

Color information

#681560 (or 0x681560) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 60. RGB value is (104,21,96). Sum of RGB (Red+Green+Blue) = 104+21+96=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681560 is #97EA9F. Grayscale: #363636. Windows color (decimal): -9956000 or 6296936. OLE color: 6296936.

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

Color convert

RGB1042196-
CMYK00.800.080.59
HSL305.78º66.4%24.51%-
HSV(B)305.78º79.81%40.78%-
XYZ8.094.3211.47-
YUV54.37151.5163.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=47.06%
G=9.50%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219600.800.080.59305.7866.424.51
Hex68156005083B1324219
Octal150251400120107346210231
Binary1101000101011100000010100001000111011100110010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681560; }

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

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

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

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

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

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

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

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