#682166

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

Shades of Palatinate Purple #682166

Tints of Palatinate Purple #682166

Color information

#682166 (or 0x682166) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 66. RGB value is (104,33,102). Sum of RGB (Red+Green+Blue) = 104+33+102=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682166 is #97DE99. Grayscale: #3D3D3D. Windows color (decimal): -9952922 or 6693224. OLE color: 6693224.

HSL color Cylindrical-coordinate representation of color #682166: hue angle of 301.69º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682166 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10433102-
CMYK00.680.020.59
HSL301.69º51.82%26.86%-
HSV(B)301.69º68.27%40.78%-
XYZ8.654.9913.08-
YUV62.1150.52157.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=43.51%
G=13.81%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043310200.680.020.59301.6951.8226.86
Hex68216604423B12e341b
Octal1504114601042734566433
Binary11010001000011100110010001001011101110010111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682166; }

 p { color: rgb(104,33,102); }

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

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

 a { background-color: rgb(104,33,102); }

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

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

 span { border-color: rgb(104,33,102); }

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