Shades of Purple #6D0278
Tints of Purple #6D0278
RGB
CMYK
RGB Variations
Color information
#6D0278 (or 0x6D0278) is known color: Purple. HEX triplet: 6D, 02 and 78. RGB value is (109,2,120). Sum of RGB (Red+Green+Blue) = 109+2+120=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D0278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0278 is #92FD87. Grayscale: #2F2F2F. Windows color (decimal): -9633160 or 7864941. OLE color: 7864941.
HSL color Cylindrical-coordinate representation of color #6D0278: hue angle of 294.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0278 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 2 | 120 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.53 |
| HSL | 294.41º | 0.97% | 0.24% | - |
| HSV(B) | 294.41º | 0.98% | 0.47% | - |
| XYZ | 9.72 | 4.65 | 18.15 | - |
| YUV | 47.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 120 | 0.09 | 0.98 | 0 | 0.53 | 294.41 | 0.97 | 0.24 |
| Hex | 6D | 2 | 78 | 9 | 62 | 0 | 35 | 126 | 61 | 18 |
| Octal | 155 | 2 | 170 | 11 | 142 | 0 | 65 | 446 | 141 | 30 |
| Binary | 1101101 | 10 | 1111000 | 1001 | 1100010 | 0 | 110101 | 100100110 | 1100001 | 11000 |
Color Harmonies of #6D0278
Complementary color
Monochromatic Colors of #6D0278
Black with #6D0278
Text Example
Text Example
White with #6D0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0278; }
p { color: rgb(109,2,120); }
H1.HeaderClassName
{
color: #6D0278;
}
.AnyTagClassName
{
color: #6D0278;
}
</style>
background-color css
<style>
a { background-color: #6D0278; }
a { background-color: rgb(109,2,120); }
div.DivClassName
{
background-color: #6D0278;
}
.BgClassName
{
background-color: #6D0278;
}
</style>
border-color css
<style>
span { border-color: #6D0278; }
span { border-color: rgb(109,2,120); }
td.TdClassName
{
border-color: #6D0278;
}
.TagClassName
{
border-color: #6D0278;
}
</style>