#682466

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

Shades of Palatinate Purple #682466

Tints of Palatinate Purple #682466

Color information

#682466 (or 0x682466) is unknown color: approx Palatinate Purple. HEX triplet: 68, 24 and 66. RGB value is (104,36,102). Sum of RGB (Red+Green+Blue) = 104+36+102=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682466 is #97DB99. Grayscale: #3F3F3F. Windows color (decimal): -9952154 or 6693992. OLE color: 6693992.

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

Color convert

RGB10436102-
CMYK00.650.020.59
HSL301.76º48.57%27.45%-
HSV(B)301.76º65.38%40.78%-
XYZ8.745.1613.11-
YUV63.86149.53156.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=42.98%
G=14.88%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043610200.650.020.59301.7648.5727.45
Hex68246604123B12e311b
Octal1504414601012734566133
Binary11010001001001100110010000011011101110010111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682466; }

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

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

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

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

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

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

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

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