Html Css Color HEX #6D3391 Royal Purple

📋 copy color: '#6D3391'

red 109 ◦ green 51 ◦ blue 145

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

Shades of Royal Purple #6D3391

Tints of Royal Purple #6D3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 35.74%
G = 16.72%
B = 47.54%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D3391 (or 0x6D3391) is known color: Royal Purple. HEX triplet: 6D, 33 and 91. RGB value is (109,51,145). Sum of RGB (Red+Green+Blue) = 109+51+145=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D3391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3391 is #92CC6E. Grayscale: #4E4E4E. Windows color (decimal): -9620591 or 9515885. OLE color: 9515885.

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

Color convert

RGB 109 51 145 -
CMYK 0.25 0.65 0 0.43
HSL 277.02º 0.48% 0.38% -
HSV(B) 277.02º 0.65% 0.57% -
XYZ 12.6 7.66 27.6 -
YUV 79.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 109 51 145 0.25 0.65 0 0.43 277.02 0.48 0.38
Hex 6D 33 91 19 41 0 2B 115 30 26
Octal 155 63 221 31 101 0 53 425 60 46
Binary 1101101 110011 10010001 11001 1000001 0 101011 100010101 110000 100110

Color Harmonies of #6D3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3391

Black with #6D3391

Text Example


Text Example

White with #6D3391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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