#683D62

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

Shades of Palatinate Purple #683D62

Tints of Palatinate Purple #683D62

Color information

#683D62 (or 0x683D62) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3D and 62. RGB value is (104,61,98). Sum of RGB (Red+Green+Blue) = 104+61+98=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #683D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D62 is #97C29D. Grayscale: #4D4D4D. Windows color (decimal): -9945758 or 6438248. OLE color: 6438248.

HSL color Cylindrical-coordinate representation of color #683D62: hue angle of 308.37º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D62 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1046198-
CMYK00.410.060.59
HSL308.37º26.06%32.35%-
HSV(B)308.37º41.35%40.78%-
XYZ9.587.1612.43-
YUV78.07139.25146.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=39.54%
G=23.19%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104619800.410.060.59308.3726.0632.35
Hex683D6202963B1341a20
Octal150751420516734643240
Binary11010001111011100010010100111011101110011010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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