#681553

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

Shades of Palatinate Purple #681553

Tints of Palatinate Purple #681553

Color information

#681553 (or 0x681553) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 53. RGB value is (104,21,83). Sum of RGB (Red+Green+Blue) = 104+21+83=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681553 is #97EAAC. Grayscale: #343434. Windows color (decimal): -9956013 or 5444968. OLE color: 5444968.

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

Color convert

RGB1042183-
CMYK00.800.200.59
HSL315.18º66.4%24.51%-
HSV(B)315.18º79.81%40.78%-
XYZ7.544.18.58-
YUV52.89145164.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=50%
G=10.10%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104218300.800.200.59315.1866.424.51
Hex681553050143B13b4219
Octal150251230120247347310231
Binary11010001010110100110101000010100111011100111011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681553; }

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

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

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

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

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

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

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

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