Html Css Color HEX #684491 Royal Purple

📋 copy color: '#684491'

red 104 ◦ green 68 ◦ blue 145

#684491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #684491

Tints of Royal Purple #684491

RGB

 RED value IS 104 (41.02% from 255) = 32.81%

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 32.81%
G = 21.45%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#684491 (or 0x684491) is known color: Royal Purple. HEX triplet: 68, 44 and 91. RGB value is (104,68,145). Sum of RGB (Red+Green+Blue) = 104+68+145=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #684491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684491 is #97BB6E. Grayscale: #575757. Windows color (decimal): -9943919 or 9520232. OLE color: 9520232.

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

Color convert

RGB 104 68 145 -
CMYK 0.28 0.53 0 0.43
HSL 268.05º 0.36% 0.42% -
HSV(B) 268.05º 0.53% 0.57% -
XYZ 12.89 9.12 27.87 -
YUV 87.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 104 68 145 0.28 0.53 0 0.43 268.05 0.36 0.42
Hex 68 44 91 1C 35 0 2B 10C 24 2A
Octal 150 104 221 34 65 0 53 414 44 52
Binary 1101000 1000100 10010001 11100 110101 0 101011 100001100 100100 101010

Color Harmonies of #684491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684491

Black with #684491

Text Example


Text Example

White with #684491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684491; }

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

 H1.HeaderClassName
 {
   color: #684491;
 }
 .AnyTagClassName
 {
   color: #684491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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