#683C62

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

Shades of Palatinate Purple #683C62

Tints of Palatinate Purple #683C62

Color information

#683C62 (or 0x683C62) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3C and 62. RGB value is (104,60,98). Sum of RGB (Red+Green+Blue) = 104+60+98=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #683C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C62 is #97C39D. Grayscale: #4D4D4D. Windows color (decimal): -9946014 or 6437992. OLE color: 6437992.

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

Color convert

RGB1046098-
CMYK00.420.060.59
HSL308.18º26.83%32.16%-
HSV(B)308.18º42.31%40.78%-
XYZ9.537.0612.42-
YUV77.49139.58146.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=39.69%
G=22.90%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104609800.420.060.59308.1826.8332.16
Hex683C6202A63B1341b20
Octal150741420526734643340
Binary11010001111001100010010101011011101110011010011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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