#684498

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

Shades of Royal Purple #684498

Tints of Royal Purple #684498

Color information

#684498 (or 0x684498) is unknown color: approx Royal Purple. HEX triplet: 68, 44 and 98. RGB value is (104,68,152). Sum of RGB (Red+Green+Blue) = 104+68+152=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #684498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684498 is #97BB67. Grayscale: #585858. Windows color (decimal): -9943912 or 9978984. OLE color: 9978984.

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

Color convert

RGB10468152-
CMYK0.320.5500.40
HSL265.71º38.18%43.14%-
HSV(B)265.71º55.26%59.61%-
XYZ13.449.3430.8-
YUV88.34163.93139.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=32.10%
G=20.99%
B=46.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104681520.320.5500.40265.7138.1843.14
Hex684498203702810a262b
Octal15010423040670504124653
Binary11010001000100100110001000001101110101000100001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684498; }

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

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

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

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

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

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

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

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