#682F59

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

Shades of Palatinate Purple #682F59

Tints of Palatinate Purple #682F59

Color information

#682F59 (or 0x682F59) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2F and 59. RGB value is (104,47,89). Sum of RGB (Red+Green+Blue) = 104+47+89=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F59 is #97D0A6. Grayscale: #444444. Windows color (decimal): -9949351 or 5844840. OLE color: 5844840.

HSL color Cylindrical-coordinate representation of color #682F59: hue angle of 315.79º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F59 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1044789-
CMYK00.550.140.59
HSL315.79º37.75%29.61%-
HSV(B)315.79º54.81%40.78%-
XYZ8.535.710.1-
YUV68.83139.38153.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=43.33%
G=19.58%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104478900.550.140.59315.7937.7529.61
Hex682F59037E3B13c261e
Octal1505713106716734744636
Binary110100010111110110010110111111011101110011110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,89); }

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

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

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

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

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

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

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