Shades of Purple #65086D
Tints of Purple #65086D
RGB
CMYK
RGB Variations
Color information
#65086D (or 0x65086D) is known color: Purple. HEX triplet: 65, 08 and 6D. RGB value is (101,8,109). Sum of RGB (Red+Green+Blue) = 101+8+109=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #65086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65086D is #9AF792. Grayscale: #2F2F2F. Windows color (decimal): -10155923 or 7145573. OLE color: 7145573.
HSL color Cylindrical-coordinate representation of color #65086D: hue angle of 295.25º 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 #65086D is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 8 | 109 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.57 |
| HSL | 295.25º | 0.86% | 0.23% | - |
| HSV(B) | 295.25º | 0.93% | 0.43% | - |
| XYZ | 8.21 | 4.04 | 14.82 | - |
| YUV | 47.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 109 | 0.07 | 0.93 | 0 | 0.57 | 295.25 | 0.86 | 0.23 |
| Hex | 65 | 8 | 6D | 7 | 5D | 0 | 39 | 127 | 56 | 17 |
| Octal | 145 | 10 | 155 | 7 | 135 | 0 | 71 | 447 | 126 | 27 |
| Binary | 1100101 | 1000 | 1101101 | 111 | 1011101 | 0 | 111001 | 100100111 | 1010110 | 10111 |
Color Harmonies of #65086D
Complementary color
Monochromatic Colors of #65086D
Black with #65086D
Text Example
Text Example
White with #65086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65086D; }
p { color: rgb(101,8,109); }
H1.HeaderClassName
{
color: #65086D;
}
.AnyTagClassName
{
color: #65086D;
}
</style>
background-color css
<style>
a { background-color: #65086D; }
a { background-color: rgb(101,8,109); }
div.DivClassName
{
background-color: #65086D;
}
.BgClassName
{
background-color: #65086D;
}
</style>
border-color css
<style>
span { border-color: #65086D; }
span { border-color: rgb(101,8,109); }
td.TdClassName
{
border-color: #65086D;
}
.TagClassName
{
border-color: #65086D;
}
</style>