Html Css Color HEX #684996 Royal Purple

📋 copy color: '#684996'

red 104 ◦ green 73 ◦ blue 150

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

Shades of Royal Purple #684996

Tints of Royal Purple #684996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 31.8%
G = 22.32%
B = 45.87%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#684996 (or 0x684996) is known color: Royal Purple. HEX triplet: 68, 49 and 96. RGB value is (104,73,150). Sum of RGB (Red+Green+Blue) = 104+73+150=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #684996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684996 is #97B669. Grayscale: #5A5A5A. Windows color (decimal): -9942634 or 9849192. OLE color: 9849192.

HSL color Cylindrical-coordinate representation of color #684996: hue angle of 264.16º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684996 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 73 150 -
CMYK 0.31 0.51 0 0.41
HSL 264.16º 0.35% 0.44% -
HSV(B) 264.16º 0.51% 0.59% -
XYZ 13.6 9.91 30.05 -
YUV 91.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 104 73 150 0.31 0.51 0 0.41 264.16 0.35 0.44
Hex 68 49 96 1F 33 0 29 108 23 2C
Octal 150 111 226 37 63 0 51 410 43 54
Binary 1101000 1001001 10010110 11111 110011 0 101001 100001000 100011 101100

Color Harmonies of #684996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684996

Black with #684996

Text Example


Text Example

White with #684996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684996; }

 p { color: rgb(104,73,150); }

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

background-color css

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

 a { background-color: rgb(104,73,150); }

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

border-color css

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

 span { border-color: rgb(104,73,150); }

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