Html Css Color HEX #6D4191 Royal Purple

📋 copy color: '#6D4191'

red 109 ◦ green 65 ◦ blue 145

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

Shades of Royal Purple #6D4191

Tints of Royal Purple #6D4191

RGB

 RED value IS 109 (42.97% from 255) = 34.17%

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

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

R = 34.17%
G = 20.38%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D4191 (or 0x6D4191) is known color: Royal Purple. HEX triplet: 6D, 41 and 91. RGB value is (109,65,145). Sum of RGB (Red+Green+Blue) = 109+65+145=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4191 is #92BE6E. Grayscale: #575757. Windows color (decimal): -9617007 or 9519469. OLE color: 9519469.

HSL color Cylindrical-coordinate representation of color #6D4191: hue angle of 273º 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 #6D4191 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 65 145 -
CMYK 0.25 0.55 0 0.43
HSL 273º 0.38% 0.41% -
HSV(B) 273º 0.55% 0.57% -
XYZ 13.31 9.08 27.84 -
YUV 87.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 109 65 145 0.25 0.55 0 0.43 273 0.38 0.41
Hex 6D 41 91 19 37 0 2B 111 26 29
Octal 155 101 221 31 67 0 53 421 46 51
Binary 1101101 1000001 10010001 11001 110111 0 101011 100010001 100110 101001

Color Harmonies of #6D4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4191

Black with #6D4191

Text Example


Text Example

White with #6D4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D4191; }

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

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

background-color css

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

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

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

border-color css

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

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

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