#682856

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

Shades of Palatinate Purple #682856

Tints of Palatinate Purple #682856

Color information

#682856 (or 0x682856) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 56. RGB value is (104,40,86). Sum of RGB (Red+Green+Blue) = 104+40+86=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682856 is #97D7A9. Grayscale: #404040. Windows color (decimal): -9951146 or 5646440. OLE color: 5646440.

HSL color Cylindrical-coordinate representation of color #682856: hue angle of 316.88º degrees, saturation: 0.44, 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 #682856 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1044086-
CMYK00.620.170.59
HSL316.88º44.44%28.24%-
HSV(B)316.88º61.54%40.78%-
XYZ8.155.139.37-
YUV64.38140.2156.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=45.22%
G=17.39%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104408600.620.170.59316.8844.4428.24
Hex68285603E113B13d2c1c
Octal1505012607621734755434
Binary1101000101000101011001111101000111101110011110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682856; }

 p { color: rgb(104,40,86); }

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

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

 a { background-color: rgb(104,40,86); }

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

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

 span { border-color: rgb(104,40,86); }

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