#684691

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

Shades of Royal Purple #684691

Tints of Royal Purple #684691

Color information

#684691 (or 0x684691) is unknown color: approx Royal Purple. HEX triplet: 68, 46 and 91. RGB value is (104,70,145). Sum of RGB (Red+Green+Blue) = 104+70+145=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #684691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684691 is #97B96E. Grayscale: #585858. Windows color (decimal): -9943407 or 9520744. OLE color: 9520744.

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

Color convert

RGB10470145-
CMYK0.280.5200.43
HSL267.2º34.88%42.16%-
HSV(B)267.2º51.72%56.86%-
XYZ13.019.3727.91-
YUV88.72159.76138.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=32.60%
G=21.94%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104701450.280.5200.43267.234.8842.16
Hex6846911C3402B10b232a
Octal15010622134640534134352
Binary1101000100011010010001111001101000101011100001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684691; }

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

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

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

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

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

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

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

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