Shades of Purple #6D0468
Tints of Purple #6D0468
RGB
CMYK
RGB Variations
Color information
#6D0468 (or 0x6D0468) is known color: Purple. HEX triplet: 6D, 04 and 68. RGB value is (109,4,104). Sum of RGB (Red+Green+Blue) = 109+4+104=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0468 is #92FB97. Grayscale: #2E2E2E. Windows color (decimal): -9632664 or 6816877. OLE color: 6816877.
HSL color Cylindrical-coordinate representation of color #6D0468: hue angle of 302.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0468 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 104 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.57 |
| HSL | 302.86º | 0.93% | 0.22% | - |
| HSV(B) | 302.86º | 0.96% | 0.43% | - |
| XYZ | 8.85 | 4.34 | 13.47 | - |
| YUV | 46.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 104 | 0 | 0.96 | 0.05 | 0.57 | 302.86 | 0.93 | 0.22 |
| Hex | 6D | 4 | 68 | 0 | 60 | 5 | 39 | 12F | 5D | 16 |
| Octal | 155 | 4 | 150 | 0 | 140 | 5 | 71 | 457 | 135 | 26 |
| Binary | 1101101 | 100 | 1101000 | 0 | 1100000 | 101 | 111001 | 100101111 | 1011101 | 10110 |
Color Harmonies of #6D0468
Complementary color
Monochromatic Colors of #6D0468
Black with #6D0468
Text Example
Text Example
White with #6D0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0468; }
p { color: rgb(109,4,104); }
H1.HeaderClassName
{
color: #6D0468;
}
.AnyTagClassName
{
color: #6D0468;
}
</style>
background-color css
<style>
a { background-color: #6D0468; }
a { background-color: rgb(109,4,104); }
div.DivClassName
{
background-color: #6D0468;
}
.BgClassName
{
background-color: #6D0468;
}
</style>
border-color css
<style>
span { border-color: #6D0468; }
span { border-color: rgb(109,4,104); }
td.TdClassName
{
border-color: #6D0468;
}
.TagClassName
{
border-color: #6D0468;
}
</style>