#682666

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

Shades of Palatinate Purple #682666

Tints of Palatinate Purple #682666

Color information

#682666 (or 0x682666) is unknown color: approx Palatinate Purple. HEX triplet: 68, 26 and 66. RGB value is (104,38,102). Sum of RGB (Red+Green+Blue) = 104+38+102=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #682666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682666 is #97D999. Grayscale: #404040. Windows color (decimal): -9951642 or 6694504. OLE color: 6694504.

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

Color convert

RGB10438102-
CMYK00.630.020.59
HSL301.82º46.48%27.84%-
HSV(B)301.82º63.46%40.78%-
XYZ8.85.2913.13-
YUV65.03148.87155.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=42.62%
G=15.57%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043810200.630.020.59301.8246.4827.84
Hex68266603F23B12e2e1c
Octal150461460772734565634
Binary1101000100110110011001111111011101110010111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682666; }

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

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

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

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

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

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

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

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