#681467

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

Shades of Palatinate Purple #681467

Tints of Palatinate Purple #681467

Color information

#681467 (or 0x681467) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 67. RGB value is (104,20,103). Sum of RGB (Red+Green+Blue) = 104+20+103=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #681467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681467 is #97EB98. Grayscale: #363636. Windows color (decimal): -9956249 or 6755432. OLE color: 6755432.

HSL color Cylindrical-coordinate representation of color #681467: hue angle of 300.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681467 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10420103-
CMYK00.810.010.59
HSL300.71º67.74%24.31%-
HSV(B)300.71º80.77%40.78%-
XYZ8.414.4213.24-
YUV54.58155.33163.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=45.81%
G=8.81%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042010300.810.010.59300.7167.7424.31
Hex68146705113B12d4418
Octal15024147012117345510430
Binary1101000101001100111010100011111011100101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681467; }

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

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

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

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

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

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

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

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