#682368

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

Shades of Palatinate Purple #682368

Tints of Palatinate Purple #682368

Color information

#682368 (or 0x682368) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 68. RGB value is (104,35,104). Sum of RGB (Red+Green+Blue) = 104+35+104=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682368 is #97DC97. Grayscale: #3F3F3F. Windows color (decimal): -9952408 or 6824808. OLE color: 6824808.

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

Color convert

RGB10435104-
CMYK00.6600.59
HSL300º49.64%27.25%-
HSV(B)300º66.35%40.78%-
XYZ8.815.1413.63-
YUV63.5150.86156.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=42.80%
G=14.40%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043510400.6600.5930049.6427.25
Hex68236804203B12c321b
Octal1504315001020734546233
Binary1101000100011110100001000010011101110010110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682368; }

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

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

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

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

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

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

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

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