Html Css Color HEX #684094 Royal Purple

📋 copy color: '#684094'

red 104 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #684094

Tints of Royal Purple #684094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 32.91%
G = 20.25%
B = 46.84%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#684094 (or 0x684094) is known color: Royal Purple. HEX triplet: 68, 40 and 94. RGB value is (104,64,148). Sum of RGB (Red+Green+Blue) = 104+64+148=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #684094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684094 is #97BF6B. Grayscale: #555555. Windows color (decimal): -9944940 or 9715816. OLE color: 9715816.

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

Color convert

RGB 104 64 148 -
CMYK 0.30 0.57 0 0.42
HSL 268.57º 0.4% 0.42% -
HSV(B) 268.57º 0.57% 0.58% -
XYZ 12.89 8.75 29.03 -
YUV 85.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 104 64 148 0.30 0.57 0 0.42 268.57 0.4 0.42
Hex 68 40 94 1E 39 0 2A 10D 28 2A
Octal 150 100 224 36 71 0 52 415 50 52
Binary 1101000 1000000 10010100 11110 111001 0 101010 100001101 101000 101010

Color Harmonies of #684094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684094

Black with #684094

Text Example


Text Example

White with #684094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684094; }

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

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

background-color css

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

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

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

border-color css

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

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

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