#681A61

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

Shades of Palatinate Purple #681A61

Tints of Palatinate Purple #681A61

Color information

#681A61 (or 0x681A61) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 61. RGB value is (104,26,97). Sum of RGB (Red+Green+Blue) = 104+26+97=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #681A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A61 is #97E59E. Grayscale: #393939. Windows color (decimal): -9954719 or 6363752. OLE color: 6363752.

HSL color Cylindrical-coordinate representation of color #681A61: hue angle of 305.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A61 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1042697-
CMYK00.750.070.59
HSL305.38º60%25.49%-
HSV(B)305.38º75%40.78%-
XYZ8.244.5411.75-
YUV57.42150.34161.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=45.81%
G=11.45%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104269700.750.070.59305.386025.49
Hex681A6104B73B1313c19
Octal1503214101137734617431
Binary11010001101011000010100101111111101110011000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A61; }

 p { color: rgb(104,26,97); }

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

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

 a { background-color: rgb(104,26,97); }

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

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

 span { border-color: rgb(104,26,97); }

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