#683964

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

Shades of Palatinate Purple #683964

Tints of Palatinate Purple #683964

Color information

#683964 (or 0x683964) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 64. RGB value is (104,57,100). Sum of RGB (Red+Green+Blue) = 104+57+100=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683964 is #97C69B. Grayscale: #4B4B4B. Windows color (decimal): -9946780 or 6568296. OLE color: 6568296.

HSL color Cylindrical-coordinate representation of color #683964: hue angle of 305.11º 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 #683964 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10457100-
CMYK00.450.040.59
HSL305.11º29.19%31.57%-
HSV(B)305.11º45.19%40.78%-
XYZ9.476.7912.87-
YUV75.96141.57148-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=39.85%
G=21.84%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045710000.450.040.59305.1129.1931.57
Hex68396402D43B1311d20
Octal150711440554734613540
Binary11010001110011100100010110110011101110011000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683964; }

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

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

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

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

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

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

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

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