Html Css Color HEX #684091 Royal Purple

📋 copy color: '#684091'

red 104 ◦ green 64 ◦ blue 145

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

Shades of Royal Purple #684091

Tints of Royal Purple #684091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 33.23%
G = 20.45%
B = 46.33%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#684091 (or 0x684091) is known color: Royal Purple. HEX triplet: 68, 40 and 91. RGB value is (104,64,145). Sum of RGB (Red+Green+Blue) = 104+64+145=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #684091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684091 is #97BF6E. Grayscale: #545454. Windows color (decimal): -9944943 or 9519208. OLE color: 9519208.

HSL color Cylindrical-coordinate representation of color #684091: hue angle of 269.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684091 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 64 145 -
CMYK 0.28 0.56 0 0.43
HSL 269.63º 0.39% 0.41% -
HSV(B) 269.63º 0.56% 0.57% -
XYZ 12.65 8.65 27.79 -
YUV 85.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 104 64 145 0.28 0.56 0 0.43 269.63 0.39 0.41
Hex 68 40 91 1C 38 0 2B 10E 27 29
Octal 150 100 221 34 70 0 53 416 47 51
Binary 1101000 1000000 10010001 11100 111000 0 101011 100001110 100111 101001

Color Harmonies of #684091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684091

Black with #684091

Text Example


Text Example

White with #684091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684091; }

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

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

background-color css

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

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

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

border-color css

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

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

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