#680767

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

Shades of Palatinate Purple #680767

Tints of Palatinate Purple #680767

Color information

#680767 (or 0x680767) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 67. RGB value is (104,7,103). Sum of RGB (Red+Green+Blue) = 104+7+103=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680767 is #97F898. Grayscale: #2E2E2E. Windows color (decimal): -9959577 or 6752104. OLE color: 6752104.

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

Color convert

RGB1047103-
CMYK00.930.010.59
HSL300.62º87.39%21.76%-
HSV(B)300.62º93.27%40.78%-
XYZ8.234.0713.18-
YUV46.95159.64168.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=48.60%
G=3.27%
B=48.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104710300.930.010.59300.6287.3921.76
Hex6876705D13B12d5716
Octal1507147013517345512726
Binary11010001111100111010111011111011100101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680767; }

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

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

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

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

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

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

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

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