#684391

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

Shades of Royal Purple #684391

Tints of Royal Purple #684391

Color information

#684391 (or 0x684391) is unknown color: approx Royal Purple. HEX triplet: 68, 43 and 91. RGB value is (104,67,145). Sum of RGB (Red+Green+Blue) = 104+67+145=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #684391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684391 is #97BC6E. Grayscale: #565656. Windows color (decimal): -9944175 or 9519976. OLE color: 9519976.

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

Color convert

RGB10467145-
CMYK0.280.5400.43
HSL268.46º36.79%41.57%-
HSV(B)268.46º53.79%56.86%-
XYZ12.83927.85-
YUV86.96160.76140.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=32.91%
G=21.20%
B=45.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104671450.280.5400.43268.4636.7941.57
Hex6843911C3602B10c252a
Octal15010322134660534144552
Binary1101000100001110010001111001101100101011100001100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684391; }

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

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

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

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

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

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

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

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