Shades of Purple #6D0264
Tints of Purple #6D0264
RGB
CMYK
RGB Variations
Color information
#6D0264 (or 0x6D0264) is known color: Purple. HEX triplet: 6D, 02 and 64. RGB value is (109,2,100). Sum of RGB (Red+Green+Blue) = 109+2+100=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0264 is #92FD9B. Grayscale: #2C2C2C. Windows color (decimal): -9633180 or 6554221. OLE color: 6554221.
HSL color Cylindrical-coordinate representation of color #6D0264: hue angle of 305.05º 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 #6D0264 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.57 |
| HSL | 305.05º | 0.96% | 0.22% | - |
| HSV(B) | 305.05º | 0.98% | 0.43% | - |
| XYZ | 8.63 | 4.21 | 12.42 | - |
| YUV | 45.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 100 | 0 | 0.98 | 0.08 | 0.57 | 305.05 | 0.96 | 0.22 |
| Hex | 6D | 2 | 64 | 0 | 62 | 8 | 39 | 131 | 60 | 16 |
| Octal | 155 | 2 | 144 | 0 | 142 | 10 | 71 | 461 | 140 | 26 |
| Binary | 1101101 | 10 | 1100100 | 0 | 1100010 | 1000 | 111001 | 100110001 | 1100000 | 10110 |
Color Harmonies of #6D0264
Complementary color
Monochromatic Colors of #6D0264
Black with #6D0264
Text Example
Text Example
White with #6D0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0264; }
p { color: rgb(109,2,100); }
H1.HeaderClassName
{
color: #6D0264;
}
.AnyTagClassName
{
color: #6D0264;
}
</style>
background-color css
<style>
a { background-color: #6D0264; }
a { background-color: rgb(109,2,100); }
div.DivClassName
{
background-color: #6D0264;
}
.BgClassName
{
background-color: #6D0264;
}
</style>
border-color css
<style>
span { border-color: #6D0264; }
span { border-color: rgb(109,2,100); }
td.TdClassName
{
border-color: #6D0264;
}
.TagClassName
{
border-color: #6D0264;
}
</style>