#682860

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

Shades of Palatinate Purple #682860

Tints of Palatinate Purple #682860

Color information

#682860 (or 0x682860) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 60. RGB value is (104,40,96). Sum of RGB (Red+Green+Blue) = 104+40+96=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682860 is #97D79F. Grayscale: #414141. Windows color (decimal): -9951136 or 6301800. OLE color: 6301800.

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

Color convert

RGB1044096-
CMYK00.620.080.59
HSL307.5º44.44%28.24%-
HSV(B)307.5º61.54%40.78%-
XYZ8.585.3111.64-
YUV65.52145.2155.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 40%
R=43.33%
G=16.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104409600.620.080.59307.544.4428.24
Hex68286003E83B1342c1c
Octal1505014007610734645434
Binary110100010100011000000111110100011101110011010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682860; }

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

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

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

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

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

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

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

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