Shades of Purple #6F0065
Tints of Purple #6F0065
RGB
CMYK
RGB Variations
Color information
#6F0065 (or 0x6F0065) is known color: Purple. HEX triplet: 6F, 00 and 65. RGB value is (111,0,101). Sum of RGB (Red+Green+Blue) = 111+0+101=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0065 is #90FF9A. Grayscale: #2C2C2C. Windows color (decimal): -9502619 or 6619247. OLE color: 6619247.
HSL color Cylindrical-coordinate representation of color #6F0065: hue angle of 305.41º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0065 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.09 | 0.56 |
| HSL | 305.41º | 1% | 0.22% | - |
| HSV(B) | 305.41º | 1% | 0.44% | - |
| XYZ | 8.9 | 4.32 | 12.68 | - |
| YUV | 44.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 101 | 0 | 1 | 0.09 | 0.56 | 305.41 | 1 | 0.22 |
| Hex | 6F | 0 | 65 | 0 | 64 | 9 | 38 | 131 | 64 | 16 |
| Octal | 157 | 0 | 145 | 0 | 144 | 11 | 70 | 461 | 144 | 26 |
| Binary | 1101111 | 0 | 1100101 | 0 | 1100100 | 1001 | 111000 | 100110001 | 1100100 | 10110 |
Color Harmonies of #6F0065
Complementary color
Monochromatic Colors of #6F0065
Black with #6F0065
Text Example
Text Example
White with #6F0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0065; }
p { color: rgb(111,0,101); }
H1.HeaderClassName
{
color: #6F0065;
}
.AnyTagClassName
{
color: #6F0065;
}
</style>
background-color css
<style>
a { background-color: #6F0065; }
a { background-color: rgb(111,0,101); }
div.DivClassName
{
background-color: #6F0065;
}
.BgClassName
{
background-color: #6F0065;
}
</style>
border-color css
<style>
span { border-color: #6F0065; }
span { border-color: rgb(111,0,101); }
td.TdClassName
{
border-color: #6F0065;
}
.TagClassName
{
border-color: #6F0065;
}
</style>