Shades of Purple #6D0098
Tints of Purple #6D0098
RGB
CMYK
RGB Variations
Color information
#6D0098 (or 0x6D0098) is known color: Purple. HEX triplet: 6D, 00 and 98. RGB value is (109,0,152). Sum of RGB (Red+Green+Blue) = 109+0+152=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0098 is #92FF67. Grayscale: #313131. Windows color (decimal): -9633640 or 9961581. OLE color: 9961581.
HSL color Cylindrical-coordinate representation of color #6D0098: hue angle of 283.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0098 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 0 | 152 | - |
| CMYK | 0.28 | 1 | 0 | 0.40 |
| HSL | 283.03º | 1% | 0.3% | - |
| HSV(B) | 283.03º | 1% | 0.6% | - |
| XYZ | 11.97 | 5.52 | 30.14 | - |
| YUV | 49.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 152 | 0.28 | 1 | 0 | 0.40 | 283.03 | 1 | 0.3 |
| Hex | 6D | 0 | 98 | 1C | 64 | 0 | 28 | 11B | 64 | 1E |
| Octal | 155 | 0 | 230 | 34 | 144 | 0 | 50 | 433 | 144 | 36 |
| Binary | 1101101 | 0 | 10011000 | 11100 | 1100100 | 0 | 101000 | 100011011 | 1100100 | 11110 |
Color Harmonies of #6D0098
Complementary color
Monochromatic Colors of #6D0098
Black with #6D0098
Text Example
Text Example
White with #6D0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0098; }
p { color: rgb(109,0,152); }
H1.HeaderClassName
{
color: #6D0098;
}
.AnyTagClassName
{
color: #6D0098;
}
</style>
background-color css
<style>
a { background-color: #6D0098; }
a { background-color: rgb(109,0,152); }
div.DivClassName
{
background-color: #6D0098;
}
.BgClassName
{
background-color: #6D0098;
}
</style>
border-color css
<style>
span { border-color: #6D0098; }
span { border-color: rgb(109,0,152); }
td.TdClassName
{
border-color: #6D0098;
}
.TagClassName
{
border-color: #6D0098;
}
</style>