Html Css Color HEX #684191 Royal Purple

📋 copy color: '#684191'

red 104 ◦ green 65 ◦ blue 145

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

Shades of Royal Purple #684191

Tints of Royal Purple #684191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 33.12%
G = 20.7%
B = 46.18%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#684191 (or 0x684191) is known color: Royal Purple. HEX triplet: 68, 41 and 91. RGB value is (104,65,145). Sum of RGB (Red+Green+Blue) = 104+65+145=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #684191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684191 is #97BE6E. Grayscale: #555555. Windows color (decimal): -9944687 or 9519464. OLE color: 9519464.

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

Color convert

RGB 104 65 145 -
CMYK 0.28 0.55 0 0.43
HSL 269.25º 0.38% 0.41% -
HSV(B) 269.25º 0.55% 0.57% -
XYZ 12.71 8.77 27.81 -
YUV 85.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 104 65 145 0.28 0.55 0 0.43 269.25 0.38 0.41
Hex 68 41 91 1C 37 0 2B 10D 26 29
Octal 150 101 221 34 67 0 53 415 46 51
Binary 1101000 1000001 10010001 11100 110111 0 101011 100001101 100110 101001

Color Harmonies of #684191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684191

Black with #684191

Text Example


Text Example

White with #684191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684191; }

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

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

background-color css

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

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

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

border-color css

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

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

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