#684492

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

Shades of Royal Purple #684492

Tints of Royal Purple #684492

Color information

#684492 (or 0x684492) is unknown color: approx Royal Purple. HEX triplet: 68, 44 and 92. RGB value is (104,68,146). Sum of RGB (Red+Green+Blue) = 104+68+146=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #684492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684492 is #97BB6D. Grayscale: #575757. Windows color (decimal): -9943918 or 9585768. OLE color: 9585768.

HSL color Cylindrical-coordinate representation of color #684492: hue angle of 267.69º 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 #684492 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10468146-
CMYK0.290.5300.43
HSL267.69º36.45%41.96%-
HSV(B)267.69º53.42%57.25%-
XYZ12.969.1528.28-
YUV87.66160.93139.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=32.70%
G=21.38%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104681460.290.5300.43267.6936.4541.96
Hex6844921D3502B10c242a
Octal15010422235650534144452
Binary1101000100010010010010111011101010101011100001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684492; }

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

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

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

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

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

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

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

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