Shades of Purple #65066E
Tints of Purple #65066E
RGB
CMYK
RGB Variations
Color information
#65066E (or 0x65066E) is known color: Purple. HEX triplet: 65, 06 and 6E. RGB value is (101,6,110). Sum of RGB (Red+Green+Blue) = 101+6+110=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #65066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65066E is #9AF991. Grayscale: #2D2D2D. Windows color (decimal): -10156434 or 7210597. OLE color: 7210597.
HSL color Cylindrical-coordinate representation of color #65066E: hue angle of 294.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65066E is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 6 | 110 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.57 |
| HSL | 294.81º | 0.9% | 0.23% | - |
| HSV(B) | 294.81º | 0.95% | 0.43% | - |
| XYZ | 8.25 | 4.02 | 15.09 | - |
| YUV | 46.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 110 | 0.08 | 0.95 | 0 | 0.57 | 294.81 | 0.9 | 0.23 |
| Hex | 65 | 6 | 6E | 8 | 5F | 0 | 39 | 127 | 5A | 17 |
| Octal | 145 | 6 | 156 | 10 | 137 | 0 | 71 | 447 | 132 | 27 |
| Binary | 1100101 | 110 | 1101110 | 1000 | 1011111 | 0 | 111001 | 100100111 | 1011010 | 10111 |
Color Harmonies of #65066E
Complementary color
Monochromatic Colors of #65066E
Black with #65066E
Text Example
Text Example
White with #65066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65066E; }
p { color: rgb(101,6,110); }
H1.HeaderClassName
{
color: #65066E;
}
.AnyTagClassName
{
color: #65066E;
}
</style>
background-color css
<style>
a { background-color: #65066E; }
a { background-color: rgb(101,6,110); }
div.DivClassName
{
background-color: #65066E;
}
.BgClassName
{
background-color: #65066E;
}
</style>
border-color css
<style>
span { border-color: #65066E; }
span { border-color: rgb(101,6,110); }
td.TdClassName
{
border-color: #65066E;
}
.TagClassName
{
border-color: #65066E;
}
</style>