#682C60

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

Shades of Palatinate Purple #682C60

Tints of Palatinate Purple #682C60

Color information

#682C60 (or 0x682C60) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2C and 60. RGB value is (104,44,96). Sum of RGB (Red+Green+Blue) = 104+44+96=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #682C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C60 is #97D39F. Grayscale: #434343. Windows color (decimal): -9950112 or 6302824. OLE color: 6302824.

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

Color convert

RGB1044496-
CMYK00.580.080.59
HSL308º40.54%29.02%-
HSV(B)308º57.69%40.78%-
XYZ8.725.5911.69-
YUV67.87143.88153.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=42.62%
G=18.03%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104449600.580.080.5930840.5429.02
Hex682C6003A83B134291d
Octal1505414007210734645135
Binary110100010110011000000111010100011101110011010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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