Shades of Purple #6D0265
Tints of Purple #6D0265
RGB
CMYK
RGB Variations
Color information
#6D0265 (or 0x6D0265) is known color: Purple. HEX triplet: 6D, 02 and 65. RGB value is (109,2,101). Sum of RGB (Red+Green+Blue) = 109+2+101=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0265 is #92FD9A. Grayscale: #2C2C2C. Windows color (decimal): -9633179 or 6619757. OLE color: 6619757.
HSL color Cylindrical-coordinate representation of color #6D0265: hue angle of 304.49º 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 #6D0265 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.57 |
| HSL | 304.49º | 0.96% | 0.22% | - |
| HSV(B) | 304.49º | 0.98% | 0.43% | - |
| XYZ | 8.68 | 4.23 | 12.67 | - |
| YUV | 45.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 101 | 0 | 0.98 | 0.07 | 0.57 | 304.49 | 0.96 | 0.22 |
| Hex | 6D | 2 | 65 | 0 | 62 | 7 | 39 | 130 | 60 | 16 |
| Octal | 155 | 2 | 145 | 0 | 142 | 7 | 71 | 460 | 140 | 26 |
| Binary | 1101101 | 10 | 1100101 | 0 | 1100010 | 111 | 111001 | 100110000 | 1100000 | 10110 |
Color Harmonies of #6D0265
Complementary color
Monochromatic Colors of #6D0265
Black with #6D0265
Text Example
Text Example
White with #6D0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0265; }
p { color: rgb(109,2,101); }
H1.HeaderClassName
{
color: #6D0265;
}
.AnyTagClassName
{
color: #6D0265;
}
</style>
background-color css
<style>
a { background-color: #6D0265; }
a { background-color: rgb(109,2,101); }
div.DivClassName
{
background-color: #6D0265;
}
.BgClassName
{
background-color: #6D0265;
}
</style>
border-color css
<style>
span { border-color: #6D0265; }
span { border-color: rgb(109,2,101); }
td.TdClassName
{
border-color: #6D0265;
}
.TagClassName
{
border-color: #6D0265;
}
</style>