#682066

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

Shades of Palatinate Purple #682066

Tints of Palatinate Purple #682066

Color information

#682066 (or 0x682066) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 66. RGB value is (104,32,102). Sum of RGB (Red+Green+Blue) = 104+32+102=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682066 is #97DF99. Grayscale: #3D3D3D. Windows color (decimal): -9953178 or 6692968. OLE color: 6692968.

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

Color convert

RGB10432102-
CMYK00.690.020.59
HSL301.67º52.94%26.67%-
HSV(B)301.67º69.23%40.78%-
XYZ8.624.9413.07-
YUV61.51150.85158.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=43.70%
G=13.45%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043210200.690.020.59301.6752.9426.67
Hex68206604523B12e351b
Octal1504014601052734566533
Binary11010001000001100110010001011011101110010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682066; }

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

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

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

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

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

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

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

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