Shades of Purple #65016D
Tints of Purple #65016D
RGB
CMYK
RGB Variations
Color information
#65016D (or 0x65016D) is known color: Purple. HEX triplet: 65, 01 and 6D. RGB value is (101,1,109). Sum of RGB (Red+Green+Blue) = 101+1+109=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #65016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016D is #9AFE92. Grayscale: #2A2A2A. Windows color (decimal): -10157715 or 7143781. OLE color: 7143781.
HSL color Cylindrical-coordinate representation of color #65016D: hue angle of 295.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65016D is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 1 | 109 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.57 |
| HSL | 295.56º | 0.98% | 0.22% | - |
| HSV(B) | 295.56º | 0.99% | 0.43% | - |
| XYZ | 8.14 | 3.89 | 14.79 | - |
| YUV | 43.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 109 | 0.07 | 0.99 | 0 | 0.57 | 295.56 | 0.98 | 0.22 |
| Hex | 65 | 1 | 6D | 7 | 63 | 0 | 39 | 128 | 62 | 16 |
| Octal | 145 | 1 | 155 | 7 | 143 | 0 | 71 | 450 | 142 | 26 |
| Binary | 1100101 | 1 | 1101101 | 111 | 1100011 | 0 | 111001 | 100101000 | 1100010 | 10110 |
Color Harmonies of #65016D
Complementary color
Monochromatic Colors of #65016D
Black with #65016D
Text Example
Text Example
White with #65016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65016D; }
p { color: rgb(101,1,109); }
H1.HeaderClassName
{
color: #65016D;
}
.AnyTagClassName
{
color: #65016D;
}
</style>
background-color css
<style>
a { background-color: #65016D; }
a { background-color: rgb(101,1,109); }
div.DivClassName
{
background-color: #65016D;
}
.BgClassName
{
background-color: #65016D;
}
</style>
border-color css
<style>
span { border-color: #65016D; }
span { border-color: rgb(101,1,109); }
td.TdClassName
{
border-color: #65016D;
}
.TagClassName
{
border-color: #65016D;
}
</style>