#682D60

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

Shades of Palatinate Purple #682D60

Tints of Palatinate Purple #682D60

Color information

#682D60 (or 0x682D60) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2D and 60. RGB value is (104,45,96). Sum of RGB (Red+Green+Blue) = 104+45+96=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D60 is #97D29F. Grayscale: #444444. Windows color (decimal): -9949856 or 6303080. OLE color: 6303080.

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

Color convert

RGB1044596-
CMYK00.570.080.59
HSL308.14º39.6%29.22%-
HSV(B)308.14º56.73%40.78%-
XYZ8.765.6611.7-
YUV68.46143.55153.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=42.45%
G=18.37%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104459600.570.080.59308.1439.629.22
Hex682D6003983B134281d
Octal1505514007110734645035
Binary110100010110111000000111001100011101110011010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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