#682D62

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

Shades of Palatinate Purple #682D62

Tints of Palatinate Purple #682D62

Color information

#682D62 (or 0x682D62) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2D and 62. RGB value is (104,45,98). Sum of RGB (Red+Green+Blue) = 104+45+98=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #682D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D62 is #97D29D. Grayscale: #444444. Windows color (decimal): -9949854 or 6434152. OLE color: 6434152.

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

Color convert

RGB1044598-
CMYK00.570.060.59
HSL306.1º39.6%29.22%-
HSV(B)306.1º56.73%40.78%-
XYZ8.855.712.19-
YUV68.68144.55153.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=42.11%
G=18.22%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104459800.570.060.59306.139.629.22
Hex682D6203963B132281d
Octal150551420716734625035
Binary11010001011011100010011100111011101110011001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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