#684998

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

Shades of Royal Purple #684998

Tints of Royal Purple #684998

Color information

#684998 (or 0x684998) is unknown color: approx Royal Purple. HEX triplet: 68, 49 and 98. RGB value is (104,73,152). Sum of RGB (Red+Green+Blue) = 104+73+152=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #684998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684998 is #97B667. Grayscale: #5A5A5A. Windows color (decimal): -9942632 or 9980264. OLE color: 9980264.

HSL color Cylindrical-coordinate representation of color #684998: hue angle of 263.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684998 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10473152-
CMYK0.320.5200.40
HSL263.54º35.11%44.12%-
HSV(B)263.54º51.97%59.61%-
XYZ13.769.9830.91-
YUV91.28162.27137.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=31.61%
G=22.19%
B=46.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104731520.320.5200.40263.5435.1144.12
Hex6849982034028108232c
Octal15011123040640504104354
Binary11010001001001100110001000001101000101000100001000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684998; }

 p { color: rgb(104,73,152); }

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

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

 a { background-color: rgb(104,73,152); }

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

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

 span { border-color: rgb(104,73,152); }

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