#683962

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

Shades of Palatinate Purple #683962

Tints of Palatinate Purple #683962

Color information

#683962 (or 0x683962) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 62. RGB value is (104,57,98). Sum of RGB (Red+Green+Blue) = 104+57+98=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683962 is #97C69D. Grayscale: #4B4B4B. Windows color (decimal): -9946782 or 6437224. OLE color: 6437224.

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

Color convert

RGB1045798-
CMYK00.450.060.59
HSL307.66º29.19%31.57%-
HSV(B)307.66º45.19%40.78%-
XYZ9.386.7512.36-
YUV75.73140.57148.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=40.15%
G=22.01%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104579800.450.060.59307.6629.1931.57
Hex68396202D63B1341d20
Octal150711420556734643540
Binary11010001110011100010010110111011101110011010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683962; }

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

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

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

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

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

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

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

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