Html Css Color HEX #6D0991 Purple

📋 copy color: '#6D0991'

red 109 ◦ green 9 ◦ blue 145

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

Shades of Purple #6D0991

Tints of Purple #6D0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 41.44%
G = 3.42%
B = 55.13%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D0991 (or 0x6D0991) is known color: Purple. HEX triplet: 6D, 09 and 91. RGB value is (109,9,145). Sum of RGB (Red+Green+Blue) = 109+9+145=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D0991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0991 is #92F66E. Grayscale: #353535. Windows color (decimal): -9631343 or 9505133. OLE color: 9505133.

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

Color convert

RGB 109 9 145 -
CMYK 0.25 0.94 0 0.43
HSL 284.12º 0.88% 0.3% -
HSV(B) 284.12º 0.94% 0.57% -
XYZ 11.52 5.49 27.24 -
YUV 54.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 109 9 145 0.25 0.94 0 0.43 284.12 0.88 0.3
Hex 6D 9 91 19 5E 0 2B 11C 58 1E
Octal 155 11 221 31 136 0 53 434 130 36
Binary 1101101 1001 10010001 11001 1011110 0 101011 100011100 1011000 11110

Color Harmonies of #6D0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0991

Black with #6D0991

Text Example


Text Example

White with #6D0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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