#684796

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

Shades of Royal Purple #684796

Tints of Royal Purple #684796

Color information

#684796 (or 0x684796) is unknown color: approx Royal Purple. HEX triplet: 68, 47 and 96. RGB value is (104,71,150). Sum of RGB (Red+Green+Blue) = 104+71+150=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #684796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684796 is #97B869. Grayscale: #595959. Windows color (decimal): -9943146 or 9848680. OLE color: 9848680.

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

Color convert

RGB10471150-
CMYK0.310.5300.41
HSL265.06º35.75%43.33%-
HSV(B)265.06º52.67%58.82%-
XYZ13.479.6530.01-
YUV89.87161.93138.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=32%
G=21.85%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104711500.310.5300.41265.0635.7543.33
Hex6847961F35029109242b
Octal15010722637650514114453
Binary1101000100011110010110111111101010101001100001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684796; }

 p { color: rgb(104,71,150); }

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

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

 a { background-color: rgb(104,71,150); }

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

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

 span { border-color: rgb(104,71,150); }

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