Shades of Purple #6D0368
Tints of Purple #6D0368
RGB
CMYK
RGB Variations
Color information
#6D0368 (or 0x6D0368) is known color: Purple. HEX triplet: 6D, 03 and 68. RGB value is (109,3,104). Sum of RGB (Red+Green+Blue) = 109+3+104=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0368 is #92FC97. Grayscale: #2D2D2D. Windows color (decimal): -9632920 or 6816621. OLE color: 6816621.
HSL color Cylindrical-coordinate representation of color #6D0368: hue angle of 302.83º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0368 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 104 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.57 |
| HSL | 302.83º | 0.95% | 0.22% | - |
| HSV(B) | 302.83º | 0.97% | 0.43% | - |
| XYZ | 8.84 | 4.32 | 13.46 | - |
| YUV | 46.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 104 | 0 | 0.97 | 0.05 | 0.57 | 302.83 | 0.95 | 0.22 |
| Hex | 6D | 3 | 68 | 0 | 61 | 5 | 39 | 12F | 5F | 16 |
| Octal | 155 | 3 | 150 | 0 | 141 | 5 | 71 | 457 | 137 | 26 |
| Binary | 1101101 | 11 | 1101000 | 0 | 1100001 | 101 | 111001 | 100101111 | 1011111 | 10110 |
Color Harmonies of #6D0368
Complementary color
Monochromatic Colors of #6D0368
Black with #6D0368
Text Example
Text Example
White with #6D0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0368; }
p { color: rgb(109,3,104); }
H1.HeaderClassName
{
color: #6D0368;
}
.AnyTagClassName
{
color: #6D0368;
}
</style>
background-color css
<style>
a { background-color: #6D0368; }
a { background-color: rgb(109,3,104); }
div.DivClassName
{
background-color: #6D0368;
}
.BgClassName
{
background-color: #6D0368;
}
</style>
border-color css
<style>
span { border-color: #6D0368; }
span { border-color: rgb(109,3,104); }
td.TdClassName
{
border-color: #6D0368;
}
.TagClassName
{
border-color: #6D0368;
}
</style>