#682D56

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

Shades of Palatinate Purple #682D56

Tints of Palatinate Purple #682D56

Color information

#682D56 (or 0x682D56) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2D and 56. RGB value is (104,45,86). Sum of RGB (Red+Green+Blue) = 104+45+86=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D56 is #97D2A9. Grayscale: #434343. Windows color (decimal): -9949866 or 5647720. OLE color: 5647720.

HSL color Cylindrical-coordinate representation of color #682D56: hue angle of 318.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D56 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1044586-
CMYK00.570.170.59
HSL318.31º39.6%29.22%-
HSV(B)318.31º56.73%40.78%-
XYZ8.335.499.43-
YUV67.32138.55154.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=44.26%
G=19.15%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104458600.570.170.59318.3139.629.22
Hex682D56039113B13e281d
Octal1505512607121734765035
Binary1101000101101101011001110011000111101110011111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D56; }

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

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

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

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

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

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

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

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