Shades of Purple #65066C
Tints of Purple #65066C
RGB
CMYK
RGB Variations
Color information
#65066C (or 0x65066C) is known color: Purple. HEX triplet: 65, 06 and 6C. RGB value is (101,6,108). Sum of RGB (Red+Green+Blue) = 101+6+108=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #65066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65066C is #9AF993. Grayscale: #2D2D2D. Windows color (decimal): -10156436 or 7079525. OLE color: 7079525.
HSL color Cylindrical-coordinate representation of color #65066C: hue angle of 295.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65066C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 6 | 108 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.58 |
| HSL | 295.88º | 0.89% | 0.22% | - |
| HSV(B) | 295.88º | 0.94% | 0.42% | - |
| XYZ | 8.14 | 3.98 | 14.53 | - |
| YUV | 46.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 108 | 0.06 | 0.94 | 0 | 0.58 | 295.88 | 0.89 | 0.22 |
| Hex | 65 | 6 | 6C | 6 | 5E | 0 | 3A | 128 | 59 | 16 |
| Octal | 145 | 6 | 154 | 6 | 136 | 0 | 72 | 450 | 131 | 26 |
| Binary | 1100101 | 110 | 1101100 | 110 | 1011110 | 0 | 111010 | 100101000 | 1011001 | 10110 |
Color Harmonies of #65066C
Complementary color
Monochromatic Colors of #65066C
Black with #65066C
Text Example
Text Example
White with #65066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65066C; }
p { color: rgb(101,6,108); }
H1.HeaderClassName
{
color: #65066C;
}
.AnyTagClassName
{
color: #65066C;
}
</style>
background-color css
<style>
a { background-color: #65066C; }
a { background-color: rgb(101,6,108); }
div.DivClassName
{
background-color: #65066C;
}
.BgClassName
{
background-color: #65066C;
}
</style>
border-color css
<style>
span { border-color: #65066C; }
span { border-color: rgb(101,6,108); }
td.TdClassName
{
border-color: #65066C;
}
.TagClassName
{
border-color: #65066C;
}
</style>