#681554

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

Shades of Palatinate Purple #681554

Tints of Palatinate Purple #681554

Color information

#681554 (or 0x681554) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 54. RGB value is (104,21,84). Sum of RGB (Red+Green+Blue) = 104+21+84=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681554 is #97EAAB. Grayscale: #343434. Windows color (decimal): -9956012 or 5510504. OLE color: 5510504.

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

Color convert

RGB1042184-
CMYK00.800.190.59
HSL314.46º66.4%24.51%-
HSV(B)314.46º79.81%40.78%-
XYZ7.584.128.78-
YUV53145.5164.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=49.76%
G=10.05%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104218400.800.190.59314.4666.424.51
Hex681554050133B13a4219
Octal150251240120237347210231
Binary11010001010110101000101000010011111011100111010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681554; }

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

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

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

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

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

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

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

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