#682767

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

Shades of Palatinate Purple #682767

Tints of Palatinate Purple #682767

Color information

#682767 (or 0x682767) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 67. RGB value is (104,39,103). Sum of RGB (Red+Green+Blue) = 104+39+103=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #682767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682767 is #97D898. Grayscale: #414141. Windows color (decimal): -9951385 or 6760296. OLE color: 6760296.

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

Color convert

RGB10439103-
CMYK00.620.010.59
HSL300.92º45.45%28.04%-
HSV(B)300.92º62.5%40.78%-
XYZ8.885.3713.4-
YUV65.73149.03155.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=42.28%
G=15.85%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043910300.620.010.59300.9245.4528.04
Hex68276703E13B12d2d1c
Octal150471470761734555534
Binary110100010011111001110111110111101110010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682767; }

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

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

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

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

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

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

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

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