#684491

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

Shades of Royal Purple #684491

Tints of Royal Purple #684491

Color information

#684491 (or 0x684491) is unknown color: approx Royal Purple. HEX triplet: 68, 44 and 91. RGB value is (104,68,145). Sum of RGB (Red+Green+Blue) = 104+68+145=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #684491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684491 is #97BB6E. Grayscale: #575757. Windows color (decimal): -9943919 or 9520232. OLE color: 9520232.

HSL color Cylindrical-coordinate representation of color #684491: hue angle of 268.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684491 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10468145-
CMYK0.280.5300.43
HSL268.05º36.15%41.76%-
HSV(B)268.05º53.1%56.86%-
XYZ12.899.1227.87-
YUV87.54160.43139.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=32.81%
G=21.45%
B=45.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104681450.280.5300.43268.0536.1541.76
Hex6844911C3502B10c242a
Octal15010422134650534144452
Binary1101000100010010010001111001101010101011100001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684491; }

 p { color: rgb(104,68,145); }

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

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

 a { background-color: rgb(104,68,145); }

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

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

 span { border-color: rgb(104,68,145); }

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