#681659

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

Shades of Palatinate Purple #681659

Tints of Palatinate Purple #681659

Color information

#681659 (or 0x681659) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 59. RGB value is (104,22,89). Sum of RGB (Red+Green+Blue) = 104+22+89=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681659 is #97E9A6. Grayscale: #353535. Windows color (decimal): -9955751 or 5838440. OLE color: 5838440.

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

Color convert

RGB1042289-
CMYK00.790.140.59
HSL310.98º65.08%24.71%-
HSV(B)310.98º78.85%40.78%-
XYZ7.84.249.86-
YUV54.16147.67163.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=48.37%
G=10.23%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104228900.790.140.59310.9865.0824.71
Hex68165904FE3B1374119
Octal150261310117167346710131
Binary1101000101101011001010011111110111011100110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681659; }

 p { color: rgb(104,22,89); }

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

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

 a { background-color: rgb(104,22,89); }

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

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

 span { border-color: rgb(104,22,89); }

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