#684692

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

Shades of Royal Purple #684692

Tints of Royal Purple #684692

Color information

#684692 (or 0x684692) is unknown color: approx Royal Purple. HEX triplet: 68, 46 and 92. RGB value is (104,70,146). Sum of RGB (Red+Green+Blue) = 104+70+146=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #684692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684692 is #97B96D. Grayscale: #585858. Windows color (decimal): -9943406 or 9586280. OLE color: 9586280.

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

Color convert

RGB10470146-
CMYK0.290.5200.43
HSL266.84º35.19%42.35%-
HSV(B)266.84º52.05%57.25%-
XYZ13.099.428.32-
YUV88.83160.26138.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=32.5%
G=21.88%
B=45.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104701460.290.5200.43266.8435.1942.35
Hex6846921D3402B10b232a
Octal15010622235640534134352
Binary1101000100011010010010111011101000101011100001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684692; }

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

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

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

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

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

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

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

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