Shades of Purple #6D0269
Tints of Purple #6D0269
RGB
CMYK
RGB Variations
Color information
#6D0269 (or 0x6D0269) is known color: Purple. HEX triplet: 6D, 02 and 69. RGB value is (109,2,105). Sum of RGB (Red+Green+Blue) = 109+2+105=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0269 is #92FD96. Grayscale: #2D2D2D. Windows color (decimal): -9633175 or 6881901. OLE color: 6881901.
HSL color Cylindrical-coordinate representation of color #6D0269: hue angle of 302.24º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0269 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 105 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.57 |
| HSL | 302.24º | 0.96% | 0.22% | - |
| HSV(B) | 302.24º | 0.98% | 0.43% | - |
| XYZ | 8.88 | 4.31 | 13.73 | - |
| YUV | 45.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 105 | 0 | 0.98 | 0.04 | 0.57 | 302.24 | 0.96 | 0.22 |
| Hex | 6D | 2 | 69 | 0 | 62 | 4 | 39 | 12E | 60 | 16 |
| Octal | 155 | 2 | 151 | 0 | 142 | 4 | 71 | 456 | 140 | 26 |
| Binary | 1101101 | 10 | 1101001 | 0 | 1100010 | 100 | 111001 | 100101110 | 1100000 | 10110 |
Color Harmonies of #6D0269
Complementary color
Monochromatic Colors of #6D0269
Black with #6D0269
Text Example
Text Example
White with #6D0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0269; }
p { color: rgb(109,2,105); }
H1.HeaderClassName
{
color: #6D0269;
}
.AnyTagClassName
{
color: #6D0269;
}
</style>
background-color css
<style>
a { background-color: #6D0269; }
a { background-color: rgb(109,2,105); }
div.DivClassName
{
background-color: #6D0269;
}
.BgClassName
{
background-color: #6D0269;
}
</style>
border-color css
<style>
span { border-color: #6D0269; }
span { border-color: rgb(109,2,105); }
td.TdClassName
{
border-color: #6D0269;
}
.TagClassName
{
border-color: #6D0269;
}
</style>