#682D59

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

Shades of Palatinate Purple #682D59

Tints of Palatinate Purple #682D59

Color information

#682D59 (or 0x682D59) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2D and 59. RGB value is (104,45,89). Sum of RGB (Red+Green+Blue) = 104+45+89=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D59 is #97D2A6. Grayscale: #434343. Windows color (decimal): -9949863 or 5844328. OLE color: 5844328.

HSL color Cylindrical-coordinate representation of color #682D59: hue angle of 315.25º 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 #682D59 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1044589-
CMYK00.570.140.59
HSL315.25º39.6%29.22%-
HSV(B)315.25º56.73%40.78%-
XYZ8.455.5410.08-
YUV67.66140.05153.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=43.70%
G=18.91%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104458900.570.140.59315.2539.629.22
Hex682D59039E3B13b281d
Octal1505513107116734735035
Binary110100010110110110010111001111011101110011101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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