#681A67

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

Shades of Palatinate Purple #681A67

Tints of Palatinate Purple #681A67

Color information

#681A67 (or 0x681A67) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 67. RGB value is (104,26,103). Sum of RGB (Red+Green+Blue) = 104+26+103=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #681A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A67 is #97E598. Grayscale: #393939. Windows color (decimal): -9954713 or 6756968. OLE color: 6756968.

HSL color Cylindrical-coordinate representation of color #681A67: hue angle of 300.77º 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 #681A67 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10426103-
CMYK00.750.010.59
HSL300.77º60%25.49%-
HSV(B)300.77º75%40.78%-
XYZ8.534.6613.28-
YUV58.1153.34160.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=44.64%
G=11.16%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042610300.750.010.59300.776025.49
Hex681A6704B13B12d3c19
Octal1503214701131734557431
Binary110100011010110011101001011111101110010110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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