Shades of Purple #6D0291
Tints of Purple #6D0291
RGB
CMYK
RGB Variations
Color information
#6D0291 (or 0x6D0291) is known color: Purple. HEX triplet: 6D, 02 and 91. RGB value is (109,2,145). Sum of RGB (Red+Green+Blue) = 109+2+145=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0291 is #92FD6E. Grayscale: #313131. Windows color (decimal): -9633135 or 9503341. OLE color: 9503341.
HSL color Cylindrical-coordinate representation of color #6D0291: hue angle of 284.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0291 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 2 | 145 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.43 |
| HSL | 284.9º | 0.97% | 0.29% | - |
| HSV(B) | 284.9º | 0.99% | 0.57% | - |
| XYZ | 11.44 | 5.34 | 27.22 | - |
| YUV | 50.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 145 | 0.25 | 0.99 | 0 | 0.43 | 284.9 | 0.97 | 0.29 |
| Hex | 6D | 2 | 91 | 19 | 63 | 0 | 2B | 11D | 61 | 1D |
| Octal | 155 | 2 | 221 | 31 | 143 | 0 | 53 | 435 | 141 | 35 |
| Binary | 1101101 | 10 | 10010001 | 11001 | 1100011 | 0 | 101011 | 100011101 | 1100001 | 11101 |
Color Harmonies of #6D0291
Complementary color
Monochromatic Colors of #6D0291
Black with #6D0291
Text Example
Text Example
White with #6D0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0291; }
p { color: rgb(109,2,145); }
H1.HeaderClassName
{
color: #6D0291;
}
.AnyTagClassName
{
color: #6D0291;
}
</style>
background-color css
<style>
a { background-color: #6D0291; }
a { background-color: rgb(109,2,145); }
div.DivClassName
{
background-color: #6D0291;
}
.BgClassName
{
background-color: #6D0291;
}
</style>
border-color css
<style>
span { border-color: #6D0291; }
span { border-color: rgb(109,2,145); }
td.TdClassName
{
border-color: #6D0291;
}
.TagClassName
{
border-color: #6D0291;
}
</style>