#682356

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

Shades of Palatinate Purple #682356

Tints of Palatinate Purple #682356

Color information

#682356 (or 0x682356) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 56. RGB value is (104,35,86). Sum of RGB (Red+Green+Blue) = 104+35+86=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682356 is #97DCA9. Grayscale: #3D3D3D. Windows color (decimal): -9952426 or 5645160. OLE color: 5645160.

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

Color convert

RGB1043586-
CMYK00.660.170.59
HSL315.65º49.64%27.25%-
HSV(B)315.65º66.35%40.78%-
XYZ7.994.829.31-
YUV61.44141.86158.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=46.22%
G=15.56%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104358600.660.170.59315.6549.6427.25
Hex682356042113B13c321b
Octal15043126010221734746233
Binary11010001000111010110010000101000111101110011110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682356; }

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

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

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

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

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

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

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

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