#684393

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

Shades of Royal Purple #684393

Tints of Royal Purple #684393

Color information

#684393 (or 0x684393) is unknown color: approx Royal Purple. HEX triplet: 68, 43 and 93. RGB value is (104,67,147). Sum of RGB (Red+Green+Blue) = 104+67+147=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #684393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684393 is #97BC6C. Grayscale: #565656. Windows color (decimal): -9944173 or 9651048. OLE color: 9651048.

HSL color Cylindrical-coordinate representation of color #684393: hue angle of 267.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684393 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10467147-
CMYK0.290.5400.42
HSL267.75º37.38%41.96%-
HSV(B)267.75º54.42%57.65%-
XYZ12.989.0628.67-
YUV87.18161.76140-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=32.70%
G=21.07%
B=46.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104671470.290.5400.42267.7537.3841.96
Hex6843931D3602A10c252a
Octal15010322335660524144552
Binary1101000100001110010011111011101100101010100001100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684393; }

 p { color: rgb(104,67,147); }

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

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

 a { background-color: rgb(104,67,147); }

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

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

 span { border-color: rgb(104,67,147); }

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