#682068

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

Shades of Palatinate Purple #682068

Tints of Palatinate Purple #682068

Color information

#682068 (or 0x682068) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 68. RGB value is (104,32,104). Sum of RGB (Red+Green+Blue) = 104+32+104=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682068 is #97DF97. Grayscale: #3D3D3D. Windows color (decimal): -9953176 or 6824040. OLE color: 6824040.

HSL color Cylindrical-coordinate representation of color #682068: hue angle of 300º 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 #682068 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10432104-
CMYK00.6900.59
HSL300º52.94%26.67%-
HSV(B)300º69.23%40.78%-
XYZ8.724.9813.6-
YUV61.74151.85158.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=43.33%
G=13.33%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043210400.6900.5930052.9426.67
Hex68206804503B12c351b
Octal1504015001050734546533
Binary1101000100000110100001000101011101110010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682068; }

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

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

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

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

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

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

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

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