Html Css Color HEX #684895 Royal Purple

📋 copy color: '#684895'

red 104 ◦ green 72 ◦ blue 149

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

Shades of Royal Purple #684895

Tints of Royal Purple #684895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 32%
G = 22.15%
B = 45.85%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#684895 (or 0x684895) is known color: Royal Purple. HEX triplet: 68, 48 and 95. RGB value is (104,72,149). Sum of RGB (Red+Green+Blue) = 104+72+149=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #684895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684895 is #97B76A. Grayscale: #5A5A5A. Windows color (decimal): -9942891 or 9783400. OLE color: 9783400.

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

Color convert

RGB 104 72 149 -
CMYK 0.30 0.52 0 0.42
HSL 264.94º 0.35% 0.43% -
HSV(B) 264.94º 0.52% 0.58% -
XYZ 13.45 9.75 29.61 -
YUV 90.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 104 72 149 0.30 0.52 0 0.42 264.94 0.35 0.43
Hex 68 48 95 1E 34 0 2A 109 23 2B
Octal 150 110 225 36 64 0 52 411 43 53
Binary 1101000 1001000 10010101 11110 110100 0 101010 100001001 100011 101011

Color Harmonies of #684895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684895

Black with #684895

Text Example


Text Example

White with #684895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684895; }

 p { color: rgb(104,72,149); }

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

background-color css

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

 a { background-color: rgb(104,72,149); }

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

border-color css

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

 span { border-color: rgb(104,72,149); }

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