#681667

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

Shades of Palatinate Purple #681667

Tints of Palatinate Purple #681667

Color information

#681667 (or 0x681667) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 67. RGB value is (104,22,103). Sum of RGB (Red+Green+Blue) = 104+22+103=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681667 is #97E998. Grayscale: #373737. Windows color (decimal): -9955737 or 6755944. OLE color: 6755944.

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

Color convert

RGB10422103-
CMYK00.790.010.59
HSL300.73º65.08%24.71%-
HSV(B)300.73º78.85%40.78%-
XYZ8.444.513.25-
YUV55.75154.67162.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=45.41%
G=9.61%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042210300.790.010.59300.7365.0824.71
Hex68166704F13B12d4119
Octal15026147011717345510131
Binary1101000101101100111010011111111011100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681667; }

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

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

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

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

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

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

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

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