Shades of Purple #6D0F98
Tints of Purple #6D0F98
RGB
CMYK
RGB Variations
Color information
#6D0F98 (or 0x6D0F98) is known color: Purple. HEX triplet: 6D, 0F and 98. RGB value is (109,15,152). Sum of RGB (Red+Green+Blue) = 109+15+152=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D0F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0F98 is #92F067. Grayscale: #3A3A3A. Windows color (decimal): -9629800 or 9965421. OLE color: 9965421.
HSL color Cylindrical-coordinate representation of color #6D0F98: hue angle of 281.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0F98 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 15 | 152 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.40 |
| HSL | 281.17º | 0.82% | 0.33% | - |
| HSV(B) | 281.17º | 0.9% | 0.6% | - |
| XYZ | 12.15 | 5.86 | 30.2 | - |
| YUV | 58.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 152 | 0.28 | 0.90 | 0 | 0.40 | 281.17 | 0.82 | 0.33 |
| Hex | 6D | F | 98 | 1C | 5A | 0 | 28 | 119 | 52 | 21 |
| Octal | 155 | 17 | 230 | 34 | 132 | 0 | 50 | 431 | 122 | 41 |
| Binary | 1101101 | 1111 | 10011000 | 11100 | 1011010 | 0 | 101000 | 100011001 | 1010010 | 100001 |
Color Harmonies of #6D0F98
Complementary color
Monochromatic Colors of #6D0F98
Black with #6D0F98
Text Example
Text Example
White with #6D0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0F98; }
p { color: rgb(109,15,152); }
H1.HeaderClassName
{
color: #6D0F98;
}
.AnyTagClassName
{
color: #6D0F98;
}
</style>
background-color css
<style>
a { background-color: #6D0F98; }
a { background-color: rgb(109,15,152); }
div.DivClassName
{
background-color: #6D0F98;
}
.BgClassName
{
background-color: #6D0F98;
}
</style>
border-color css
<style>
span { border-color: #6D0F98; }
span { border-color: rgb(109,15,152); }
td.TdClassName
{
border-color: #6D0F98;
}
.TagClassName
{
border-color: #6D0F98;
}
</style>