#681564

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

Shades of Palatinate Purple #681564

Tints of Palatinate Purple #681564

Color information

#681564 (or 0x681564) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 64. RGB value is (104,21,100). Sum of RGB (Red+Green+Blue) = 104+21+100=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681564 is #97EA9B. Grayscale: #363636. Windows color (decimal): -9955996 or 6559080. OLE color: 6559080.

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

Color convert

RGB10421100-
CMYK00.800.040.59
HSL302.89º66.4%24.51%-
HSV(B)302.89º79.81%40.78%-
XYZ8.284.412.47-
YUV54.82153.5163.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=46.22%
G=9.33%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042110000.800.040.59302.8966.424.51
Hex68156405043B12f4219
Octal15025144012047345710231
Binary110100010101110010001010000100111011100101111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681564; }

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

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

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

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

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

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

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

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