#684895

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

Shades of Royal Purple #684895

Tints of Royal Purple #684895

Color information

#684895 (or 0x684895) is unknown color: approx Royal Purple. HEX triplet: 68, 48 and 95. RGB value is (104,72,149). Sum of RGB (Red+Green+Blue) = 104+72+149=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #684895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684895 is #97B76A. Grayscale: #5A5A5A. Windows color (decimal): -9942891 or 9783400. OLE color: 9783400.

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

Color convert

RGB10472149-
CMYK0.300.5200.42
HSL264.94º34.84%43.33%-
HSV(B)264.94º51.68%58.43%-
XYZ13.459.7529.61-
YUV90.35161.1137.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=32%
G=22.15%
B=45.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104721490.300.5200.42264.9434.8443.33
Hex6848951E3402A109232b
Octal15011022536640524114353
Binary1101000100100010010101111101101000101010100001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684895; }

 p { color: rgb(104,72,149); }

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

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

 a { background-color: rgb(104,72,149); }

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

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

 span { border-color: rgb(104,72,149); }

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