Html Css Color HEX #6D1391 Purple

📋 copy color: '#6D1391'

red 109 ◦ green 19 ◦ blue 145

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

Shades of Purple #6D1391

Tints of Purple #6D1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 39.93%
G = 6.96%
B = 53.11%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D1391 (or 0x6D1391) is known color: Purple. HEX triplet: 6D, 13 and 91. RGB value is (109,19,145). Sum of RGB (Red+Green+Blue) = 109+19+145=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D1391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1391 is #92EC6E. Grayscale: #3B3B3B. Windows color (decimal): -9628783 or 9507693. OLE color: 9507693.

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

Color convert

RGB 109 19 145 -
CMYK 0.25 0.87 0 0.43
HSL 282.86º 0.77% 0.32% -
HSV(B) 282.86º 0.87% 0.57% -
XYZ 11.65 5.76 27.29 -
YUV 60.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 109 19 145 0.25 0.87 0 0.43 282.86 0.77 0.32
Hex 6D 13 91 19 57 0 2B 11B 4D 20
Octal 155 23 221 31 127 0 53 433 115 40
Binary 1101101 10011 10010001 11001 1010111 0 101011 100011011 1001101 100000

Color Harmonies of #6D1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1391

Black with #6D1391

Text Example


Text Example

White with #6D1391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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