Html Css Color HEX #684096 Royal Purple

📋 copy color: '#684096'

red 104 ◦ green 64 ◦ blue 150

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

Shades of Royal Purple #684096

Tints of Royal Purple #684096

RGB

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

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

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

R = 32.7%
G = 20.13%
B = 47.17%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#684096 (or 0x684096) is known color: Royal Purple. HEX triplet: 68, 40 and 96. RGB value is (104,64,150). Sum of RGB (Red+Green+Blue) = 104+64+150=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #684096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684096 is #97BF69. Grayscale: #555555. Windows color (decimal): -9944938 or 9846888. OLE color: 9846888.

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

Color convert

RGB 104 64 150 -
CMYK 0.31 0.57 0 0.41
HSL 267.91º 0.4% 0.42% -
HSV(B) 267.91º 0.57% 0.59% -
XYZ 13.05 8.81 29.87 -
YUV 85.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 104 64 150 0.31 0.57 0 0.41 267.91 0.4 0.42
Hex 68 40 96 1F 39 0 29 10C 28 2A
Octal 150 100 226 37 71 0 51 414 50 52
Binary 1101000 1000000 10010110 11111 111001 0 101001 100001100 101000 101010

Color Harmonies of #684096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684096

Black with #684096

Text Example


Text Example

White with #684096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684096; }

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

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

background-color css

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

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

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

border-color css

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

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

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