Html Css Color HEX #683191 Royal Purple

📋 copy color: '#683191'

red 104 ◦ green 49 ◦ blue 145

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

Shades of Royal Purple #683191

Tints of Royal Purple #683191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

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

R = 34.9%
G = 16.44%
B = 48.66%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#683191 (or 0x683191) is known color: Royal Purple. HEX triplet: 68, 31 and 91. RGB value is (104,49,145). Sum of RGB (Red+Green+Blue) = 104+49+145=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #683191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683191 is #97CE6E. Grayscale: #4C4C4C. Windows color (decimal): -9948783 or 9515368. OLE color: 9515368.

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

Color convert

RGB 104 49 145 -
CMYK 0.28 0.66 0 0.43
HSL 274.38º 0.49% 0.38% -
HSV(B) 274.38º 0.66% 0.57% -
XYZ 11.92 7.18 27.55 -
YUV 76.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 104 49 145 0.28 0.66 0 0.43 274.38 0.49 0.38
Hex 68 31 91 1C 42 0 2B 112 31 26
Octal 150 61 221 34 102 0 53 422 61 46
Binary 1101000 110001 10010001 11100 1000010 0 101011 100010010 110001 100110

Color Harmonies of #683191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683191

Black with #683191

Text Example


Text Example

White with #683191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683191; }

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

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

background-color css

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

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

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

border-color css

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

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

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