#681756

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

Shades of Palatinate Purple #681756

Tints of Palatinate Purple #681756

Color information

#681756 (or 0x681756) is unknown color: approx Palatinate Purple. HEX triplet: 68, 17 and 56. RGB value is (104,23,86). Sum of RGB (Red+Green+Blue) = 104+23+86=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #681756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681756 is #97E8A9. Grayscale: #363636. Windows color (decimal): -9955498 or 5642088. OLE color: 5642088.

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

Color convert

RGB1042386-
CMYK00.780.170.59
HSL313.33º63.78%24.9%-
HSV(B)313.33º77.88%40.78%-
XYZ7.74.239.21-
YUV54.4145.84163.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=48.83%
G=10.80%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104238600.780.170.59313.3363.7824.9
Hex68175604E113B1394019
Octal150271260116217347110031
Binary11010001011110101100100111010001111011100111001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681756; }

 p { color: rgb(104,23,86); }

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

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

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

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

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

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

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