Html Css Color HEX #684694 Royal Purple

📋 copy color: '#684694'

red 104 ◦ green 70 ◦ blue 148

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

Shades of Royal Purple #684694

Tints of Royal Purple #684694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 148 (58.2% from 255) = 45.96%

R = 32.3%
G = 21.74%
B = 45.96%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#684694 (or 0x684694) is known color: Royal Purple. HEX triplet: 68, 46 and 94. RGB value is (104,70,148). Sum of RGB (Red+Green+Blue) = 104+70+148=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #684694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684694 is #97B96B. Grayscale: #585858. Windows color (decimal): -9943404 or 9717352. OLE color: 9717352.

HSL color Cylindrical-coordinate representation of color #684694: hue angle of 266.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684694 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 70 148 -
CMYK 0.30 0.53 0 0.42
HSL 266.15º 0.36% 0.43% -
HSV(B) 266.15º 0.53% 0.58% -
XYZ 13.24 9.46 29.15 -
YUV 89.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 104 70 148 0.30 0.53 0 0.42 266.15 0.36 0.43
Hex 68 46 94 1E 35 0 2A 10A 24 2B
Octal 150 106 224 36 65 0 52 412 44 53
Binary 1101000 1000110 10010100 11110 110101 0 101010 100001010 100100 101011

Color Harmonies of #684694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684694

Black with #684694

Text Example


Text Example

White with #684694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684694; }

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

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

background-color css

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

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

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

border-color css

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

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

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