Shades of Purple #65006F
Tints of Purple #65006F
RGB
CMYK
RGB Variations
Color information
#65006F (or 0x65006F) is known color: Purple. HEX triplet: 65, 00 and 6F. RGB value is (101,0,111). Sum of RGB (Red+Green+Blue) = 101+0+111=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #65006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65006F is #9AFF90. Grayscale: #2A2A2A. Windows color (decimal): -10157969 or 7274597. OLE color: 7274597.
HSL color Cylindrical-coordinate representation of color #65006F: hue angle of 294.59º 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 #65006F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 0 | 111 | - |
| CMYK | 0.09 | 1 | 0 | 0.56 |
| HSL | 294.59º | 1% | 0.22% | - |
| HSV(B) | 294.59º | 1% | 0.44% | - |
| XYZ | 8.24 | 3.91 | 15.36 | - |
| YUV | 42.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 111 | 0.09 | 1 | 0 | 0.56 | 294.59 | 1 | 0.22 |
| Hex | 65 | 0 | 6F | 9 | 64 | 0 | 38 | 127 | 64 | 16 |
| Octal | 145 | 0 | 157 | 11 | 144 | 0 | 70 | 447 | 144 | 26 |
| Binary | 1100101 | 0 | 1101111 | 1001 | 1100100 | 0 | 111000 | 100100111 | 1100100 | 10110 |
Color Harmonies of #65006F
Complementary color
Monochromatic Colors of #65006F
Black with #65006F
Text Example
Text Example
White with #65006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65006F; }
p { color: rgb(101,0,111); }
H1.HeaderClassName
{
color: #65006F;
}
.AnyTagClassName
{
color: #65006F;
}
</style>
background-color css
<style>
a { background-color: #65006F; }
a { background-color: rgb(101,0,111); }
div.DivClassName
{
background-color: #65006F;
}
.BgClassName
{
background-color: #65006F;
}
</style>
border-color css
<style>
span { border-color: #65006F; }
span { border-color: rgb(101,0,111); }
td.TdClassName
{
border-color: #65006F;
}
.TagClassName
{
border-color: #65006F;
}
</style>