Shades of Purple #6D0565
Tints of Purple #6D0565
RGB
CMYK
RGB Variations
Color information
#6D0565 (or 0x6D0565) is known color: Purple. HEX triplet: 6D, 05 and 65. RGB value is (109,5,101). Sum of RGB (Red+Green+Blue) = 109+5+101=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0565 is #92FA9A. Grayscale: #2E2E2E. Windows color (decimal): -9632411 or 6620525. OLE color: 6620525.
HSL color Cylindrical-coordinate representation of color #6D0565: hue angle of 304.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0565 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.57 |
| HSL | 304.62º | 0.91% | 0.22% | - |
| HSV(B) | 304.62º | 0.95% | 0.43% | - |
| XYZ | 8.71 | 4.3 | 12.68 | - |
| YUV | 47.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 101 | 0 | 0.95 | 0.07 | 0.57 | 304.62 | 0.91 | 0.22 |
| Hex | 6D | 5 | 65 | 0 | 5F | 7 | 39 | 131 | 5B | 16 |
| Octal | 155 | 5 | 145 | 0 | 137 | 7 | 71 | 461 | 133 | 26 |
| Binary | 1101101 | 101 | 1100101 | 0 | 1011111 | 111 | 111001 | 100110001 | 1011011 | 10110 |
Color Harmonies of #6D0565
Complementary color
Monochromatic Colors of #6D0565
Black with #6D0565
Text Example
Text Example
White with #6D0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0565; }
p { color: rgb(109,5,101); }
H1.HeaderClassName
{
color: #6D0565;
}
.AnyTagClassName
{
color: #6D0565;
}
</style>
background-color css
<style>
a { background-color: #6D0565; }
a { background-color: rgb(109,5,101); }
div.DivClassName
{
background-color: #6D0565;
}
.BgClassName
{
background-color: #6D0565;
}
</style>
border-color css
<style>
span { border-color: #6D0565; }
span { border-color: rgb(109,5,101); }
td.TdClassName
{
border-color: #6D0565;
}
.TagClassName
{
border-color: #6D0565;
}
</style>