Shades of Purple #65096F
Tints of Purple #65096F
RGB
CMYK
RGB Variations
Color information
#65096F (or 0x65096F) is known color: Purple. HEX triplet: 65, 09 and 6F. RGB value is (101,9,111). Sum of RGB (Red+Green+Blue) = 101+9+111=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #65096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096F is #9AF690. Grayscale: #2F2F2F. Windows color (decimal): -10155665 or 7276901. OLE color: 7276901.
HSL color Cylindrical-coordinate representation of color #65096F: hue angle of 294.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65096F is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 9 | 111 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.56 |
| HSL | 294.12º | 0.85% | 0.24% | - |
| HSV(B) | 294.12º | 0.92% | 0.44% | - |
| XYZ | 8.33 | 4.11 | 15.39 | - |
| YUV | 48.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 111 | 0.09 | 0.92 | 0 | 0.56 | 294.12 | 0.85 | 0.24 |
| Hex | 65 | 9 | 6F | 9 | 5C | 0 | 38 | 126 | 55 | 18 |
| Octal | 145 | 11 | 157 | 11 | 134 | 0 | 70 | 446 | 125 | 30 |
| Binary | 1100101 | 1001 | 1101111 | 1001 | 1011100 | 0 | 111000 | 100100110 | 1010101 | 11000 |
Color Harmonies of #65096F
Complementary color
Monochromatic Colors of #65096F
Black with #65096F
Text Example
Text Example
White with #65096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65096F; }
p { color: rgb(101,9,111); }
H1.HeaderClassName
{
color: #65096F;
}
.AnyTagClassName
{
color: #65096F;
}
</style>
background-color css
<style>
a { background-color: #65096F; }
a { background-color: rgb(101,9,111); }
div.DivClassName
{
background-color: #65096F;
}
.BgClassName
{
background-color: #65096F;
}
</style>
border-color css
<style>
span { border-color: #65096F; }
span { border-color: rgb(101,9,111); }
td.TdClassName
{
border-color: #65096F;
}
.TagClassName
{
border-color: #65096F;
}
</style>