Shades of Purple #65086E
Tints of Purple #65086E
RGB
CMYK
RGB Variations
Color information
#65086E (or 0x65086E) is known color: Purple. HEX triplet: 65, 08 and 6E. RGB value is (101,8,110). Sum of RGB (Red+Green+Blue) = 101+8+110=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #65086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65086E is #9AF791. Grayscale: #2F2F2F. Windows color (decimal): -10155922 or 7211109. OLE color: 7211109.
HSL color Cylindrical-coordinate representation of color #65086E: hue angle of 294.71º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65086E is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 8 | 110 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.57 |
| HSL | 294.71º | 0.86% | 0.23% | - |
| HSV(B) | 294.71º | 0.93% | 0.43% | - |
| XYZ | 8.27 | 4.07 | 15.1 | - |
| YUV | 47.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 110 | 0.08 | 0.93 | 0 | 0.57 | 294.71 | 0.86 | 0.23 |
| Hex | 65 | 8 | 6E | 8 | 5D | 0 | 39 | 127 | 56 | 17 |
| Octal | 145 | 10 | 156 | 10 | 135 | 0 | 71 | 447 | 126 | 27 |
| Binary | 1100101 | 1000 | 1101110 | 1000 | 1011101 | 0 | 111001 | 100100111 | 1010110 | 10111 |
Color Harmonies of #65086E
Complementary color
Monochromatic Colors of #65086E
Black with #65086E
Text Example
Text Example
White with #65086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65086E; }
p { color: rgb(101,8,110); }
H1.HeaderClassName
{
color: #65086E;
}
.AnyTagClassName
{
color: #65086E;
}
</style>
background-color css
<style>
a { background-color: #65086E; }
a { background-color: rgb(101,8,110); }
div.DivClassName
{
background-color: #65086E;
}
.BgClassName
{
background-color: #65086E;
}
</style>
border-color css
<style>
span { border-color: #65086E; }
span { border-color: rgb(101,8,110); }
td.TdClassName
{
border-color: #65086E;
}
.TagClassName
{
border-color: #65086E;
}
</style>