#681559

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

Shades of Palatinate Purple #681559

Tints of Palatinate Purple #681559

Color information

#681559 (or 0x681559) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 59. RGB value is (104,21,89). Sum of RGB (Red+Green+Blue) = 104+21+89=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681559 is #97EAA6. Grayscale: #353535. Windows color (decimal): -9956007 or 5838184. OLE color: 5838184.

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

Color convert

RGB1042189-
CMYK00.800.140.59
HSL310.84º66.4%24.51%-
HSV(B)310.84º79.81%40.78%-
XYZ7.784.29.85-
YUV53.57148163.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=48.60%
G=9.81%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104218900.800.140.59310.8466.424.51
Hex681559050E3B1374219
Octal150251310120167346710231
Binary1101000101011011001010100001110111011100110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681559; }

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

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

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

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

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

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

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

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