Shades of Purple #65006E
Tints of Purple #65006E
RGB
CMYK
RGB Variations
Color information
#65006E (or 0x65006E) is known color: Purple. HEX triplet: 65, 00 and 6E. RGB value is (101,0,110). Sum of RGB (Red+Green+Blue) = 101+0+110=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #65006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65006E is #9AFF91. Grayscale: #2A2A2A. Windows color (decimal): -10157970 or 7209061. OLE color: 7209061.
HSL color Cylindrical-coordinate representation of color #65006E: hue angle of 295.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65006E is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 0 | 110 | - |
| CMYK | 0.08 | 1 | 0 | 0.57 |
| HSL | 295.09º | 1% | 0.22% | - |
| HSV(B) | 295.09º | 1% | 0.43% | - |
| XYZ | 8.18 | 3.89 | 15.07 | - |
| YUV | 42.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 110 | 0.08 | 1 | 0 | 0.57 | 295.09 | 1 | 0.22 |
| Hex | 65 | 0 | 6E | 8 | 64 | 0 | 39 | 127 | 64 | 16 |
| Octal | 145 | 0 | 156 | 10 | 144 | 0 | 71 | 447 | 144 | 26 |
| Binary | 1100101 | 0 | 1101110 | 1000 | 1100100 | 0 | 111001 | 100100111 | 1100100 | 10110 |
Color Harmonies of #65006E
Complementary color
Monochromatic Colors of #65006E
Black with #65006E
Text Example
Text Example
White with #65006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65006E; }
p { color: rgb(101,0,110); }
H1.HeaderClassName
{
color: #65006E;
}
.AnyTagClassName
{
color: #65006E;
}
</style>
background-color css
<style>
a { background-color: #65006E; }
a { background-color: rgb(101,0,110); }
div.DivClassName
{
background-color: #65006E;
}
.BgClassName
{
background-color: #65006E;
}
</style>
border-color css
<style>
span { border-color: #65006E; }
span { border-color: rgb(101,0,110); }
td.TdClassName
{
border-color: #65006E;
}
.TagClassName
{
border-color: #65006E;
}
</style>