Html Css Color HEX #6D4591 Royal Purple

📋 copy color: '#6D4591'

red 109 ◦ green 69 ◦ blue 145

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

Shades of Royal Purple #6D4591

Tints of Royal Purple #6D4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 33.75%
G = 21.36%
B = 44.89%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D4591 (or 0x6D4591) is known color: Royal Purple. HEX triplet: 6D, 45 and 91. RGB value is (109,69,145). Sum of RGB (Red+Green+Blue) = 109+69+145=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4591 is #92BA6E. Grayscale: #595959. Windows color (decimal): -9615983 or 9520493. OLE color: 9520493.

HSL color Cylindrical-coordinate representation of color #6D4591: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4591 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 69 145 -
CMYK 0.25 0.52 0 0.43
HSL 271.58º 0.36% 0.42% -
HSV(B) 271.58º 0.52% 0.57% -
XYZ 13.55 9.55 27.92 -
YUV 89.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 109 69 145 0.25 0.52 0 0.43 271.58 0.36 0.42
Hex 6D 45 91 19 34 0 2B 110 24 2A
Octal 155 105 221 31 64 0 53 420 44 52
Binary 1101101 1000101 10010001 11001 110100 0 101011 100010000 100100 101010

Color Harmonies of #6D4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4591

Black with #6D4591

Text Example


Text Example

White with #6D4591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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