#683664

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

Shades of Palatinate Purple #683664

Tints of Palatinate Purple #683664

Color information

#683664 (or 0x683664) is unknown color: approx Palatinate Purple. HEX triplet: 68, 36 and 64. RGB value is (104,54,100). Sum of RGB (Red+Green+Blue) = 104+54+100=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #683664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683664 is #97C99B. Grayscale: #4A4A4A. Windows color (decimal): -9947548 or 6567528. OLE color: 6567528.

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

Color convert

RGB10454100-
CMYK00.480.040.59
HSL304.8º31.65%30.98%-
HSV(B)304.8º48.08%40.78%-
XYZ9.336.512.82-
YUV74.19142.56149.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=40.31%
G=20.93%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045410000.480.040.59304.831.6530.98
Hex68366403043B131201f
Octal150661440604734614037
Binary11010001101101100100011000010011101110011000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683664; }

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

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

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

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

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

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

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

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