Shades of Purple #6D0465
Tints of Purple #6D0465
RGB
CMYK
RGB Variations
Color information
#6D0465 (or 0x6D0465) is known color: Purple. HEX triplet: 6D, 04 and 65. RGB value is (109,4,101). Sum of RGB (Red+Green+Blue) = 109+4+101=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0465 is #92FB9A. Grayscale: #2E2E2E. Windows color (decimal): -9632667 or 6620269. OLE color: 6620269.
HSL color Cylindrical-coordinate representation of color #6D0465: hue angle of 304.57º 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 #6D0465 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 101 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.57 |
| HSL | 304.57º | 0.93% | 0.22% | - |
| HSV(B) | 304.57º | 0.96% | 0.43% | - |
| XYZ | 8.7 | 4.28 | 12.68 | - |
| YUV | 46.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 101 | 0 | 0.96 | 0.07 | 0.57 | 304.57 | 0.93 | 0.22 |
| Hex | 6D | 4 | 65 | 0 | 60 | 7 | 39 | 131 | 5D | 16 |
| Octal | 155 | 4 | 145 | 0 | 140 | 7 | 71 | 461 | 135 | 26 |
| Binary | 1101101 | 100 | 1100101 | 0 | 1100000 | 111 | 111001 | 100110001 | 1011101 | 10110 |
Color Harmonies of #6D0465
Complementary color
Monochromatic Colors of #6D0465
Black with #6D0465
Text Example
Text Example
White with #6D0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0465; }
p { color: rgb(109,4,101); }
H1.HeaderClassName
{
color: #6D0465;
}
.AnyTagClassName
{
color: #6D0465;
}
</style>
background-color css
<style>
a { background-color: #6D0465; }
a { background-color: rgb(109,4,101); }
div.DivClassName
{
background-color: #6D0465;
}
.BgClassName
{
background-color: #6D0465;
}
</style>
border-color css
<style>
span { border-color: #6D0465; }
span { border-color: rgb(109,4,101); }
td.TdClassName
{
border-color: #6D0465;
}
.TagClassName
{
border-color: #6D0465;
}
</style>