Html Css Color HEX #6D4095 Royal Purple

📋 copy color: '#6D4095'

red 109 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #6D4095

Tints of Royal Purple #6D4095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 33.85%
G = 19.88%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D4095 (or 0x6D4095) is known color: Royal Purple. HEX triplet: 6D, 40 and 95. RGB value is (109,64,149). Sum of RGB (Red+Green+Blue) = 109+64+149=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D4095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4095 is #92BF6A. Grayscale: #565656. Windows color (decimal): -9617259 or 9781357. OLE color: 9781357.

HSL color Cylindrical-coordinate representation of color #6D4095: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4095 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 64 149 -
CMYK 0.27 0.57 0 0.42
HSL 271.76º 0.4% 0.42% -
HSV(B) 271.76º 0.57% 0.58% -
XYZ 13.56 9.09 29.47 -
YUV 87.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 109 64 149 0.27 0.57 0 0.42 271.76 0.4 0.42
Hex 6D 40 95 1B 39 0 2A 110 28 2A
Octal 155 100 225 33 71 0 52 420 50 52
Binary 1101101 1000000 10010101 11011 111001 0 101010 100010000 101000 101010

Color Harmonies of #6D4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4095

Black with #6D4095

Text Example


Text Example

White with #6D4095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,149); }

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

background-color css

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

 a { background-color: rgb(109,64,149); }

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

border-color css

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

 span { border-color: rgb(109,64,149); }

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