#682568

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

Shades of Palatinate Purple #682568

Tints of Palatinate Purple #682568

Color information

#682568 (or 0x682568) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 68. RGB value is (104,37,104). Sum of RGB (Red+Green+Blue) = 104+37+104=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682568 is #97DA97. Grayscale: #404040. Windows color (decimal): -9951896 or 6825320. OLE color: 6825320.

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

Color convert

RGB10437104-
CMYK00.6400.59
HSL300º47.52%27.65%-
HSV(B)300º64.42%40.78%-
XYZ8.875.2713.65-
YUV64.67150.2156.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=42.45%
G=15.10%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043710400.6400.5930047.5227.65
Hex68256804003B12c301c
Octal1504515001000734546034
Binary1101000100101110100001000000011101110010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682568; }

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

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

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

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

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

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

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

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