#682861

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

Shades of Palatinate Purple #682861

Tints of Palatinate Purple #682861

Color information

#682861 (or 0x682861) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 61. RGB value is (104,40,97). Sum of RGB (Red+Green+Blue) = 104+40+97=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682861 is #97D79E. Grayscale: #414141. Windows color (decimal): -9951135 or 6367336. OLE color: 6367336.

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

Color convert

RGB1044097-
CMYK00.620.070.59
HSL306.56º44.44%28.24%-
HSV(B)306.56º61.54%40.78%-
XYZ8.635.3211.88-
YUV65.63145.7155.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=43.15%
G=16.60%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104409700.620.070.59306.5644.4428.24
Hex68286103E73B1332c1c
Octal150501410767734635434
Binary11010001010001100001011111011111101110011001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682861; }

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

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

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

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

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

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

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

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