#682766

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

Shades of Palatinate Purple #682766

Tints of Palatinate Purple #682766

Color information

#682766 (or 0x682766) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 66. RGB value is (104,39,102). Sum of RGB (Red+Green+Blue) = 104+39+102=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682766 is #97D899. Grayscale: #414141. Windows color (decimal): -9951386 or 6694760. OLE color: 6694760.

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

Color convert

RGB10439102-
CMYK00.620.020.59
HSL301.85º45.45%28.04%-
HSV(B)301.85º62.5%40.78%-
XYZ8.835.3513.14-
YUV65.62148.53155.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=42.45%
G=15.92%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043910200.620.020.59301.8545.4528.04
Hex68276603E23B12e2d1c
Octal150471460762734565534
Binary1101000100111110011001111101011101110010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682766; }

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

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

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

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

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

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

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

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