Html Css Color HEX #684493 Royal Purple

📋 copy color: '#684493'

red 104 ◦ green 68 ◦ blue 147

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

Shades of Royal Purple #684493

Tints of Royal Purple #684493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 32.6%
G = 21.32%
B = 46.08%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#684493 (or 0x684493) is known color: Royal Purple. HEX triplet: 68, 44 and 93. RGB value is (104,68,147). Sum of RGB (Red+Green+Blue) = 104+68+147=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #684493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684493 is #97BB6C. Grayscale: #575757. Windows color (decimal): -9943917 or 9651304. OLE color: 9651304.

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

Color convert

RGB 104 68 147 -
CMYK 0.29 0.54 0 0.42
HSL 267.34º 0.37% 0.42% -
HSV(B) 267.34º 0.54% 0.58% -
XYZ 13.04 9.18 28.69 -
YUV 87.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 104 68 147 0.29 0.54 0 0.42 267.34 0.37 0.42
Hex 68 44 93 1D 36 0 2A 10B 25 2A
Octal 150 104 223 35 66 0 52 413 45 52
Binary 1101000 1000100 10010011 11101 110110 0 101010 100001011 100101 101010

Color Harmonies of #684493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684493

Black with #684493

Text Example


Text Example

White with #684493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684493; }

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

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

background-color css

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

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

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

border-color css

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

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

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