Shades of Purple #65016B
Tints of Purple #65016B
RGB
CMYK
RGB Variations
Color information
#65016B (or 0x65016B) is known color: Purple. HEX triplet: 65, 01 and 6B. RGB value is (101,1,107). Sum of RGB (Red+Green+Blue) = 101+1+107=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #65016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016B is #9AFE94. Grayscale: #2A2A2A. Windows color (decimal): -10157717 or 7012709. OLE color: 7012709.
HSL color Cylindrical-coordinate representation of color #65016B: hue angle of 296.6º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65016B is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 1 | 107 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.58 |
| HSL | 296.6º | 0.98% | 0.21% | - |
| HSV(B) | 296.6º | 0.99% | 0.42% | - |
| XYZ | 8.03 | 3.85 | 14.23 | - |
| YUV | 42.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 107 | 0.06 | 0.99 | 0 | 0.58 | 296.6 | 0.98 | 0.21 |
| Hex | 65 | 1 | 6B | 6 | 63 | 0 | 3A | 129 | 62 | 15 |
| Octal | 145 | 1 | 153 | 6 | 143 | 0 | 72 | 451 | 142 | 25 |
| Binary | 1100101 | 1 | 1101011 | 110 | 1100011 | 0 | 111010 | 100101001 | 1100010 | 10101 |
Color Harmonies of #65016B
Complementary color
Monochromatic Colors of #65016B
Black with #65016B
Text Example
Text Example
White with #65016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65016B; }
p { color: rgb(101,1,107); }
H1.HeaderClassName
{
color: #65016B;
}
.AnyTagClassName
{
color: #65016B;
}
</style>
background-color css
<style>
a { background-color: #65016B; }
a { background-color: rgb(101,1,107); }
div.DivClassName
{
background-color: #65016B;
}
.BgClassName
{
background-color: #65016B;
}
</style>
border-color css
<style>
span { border-color: #65016B; }
span { border-color: rgb(101,1,107); }
td.TdClassName
{
border-color: #65016B;
}
.TagClassName
{
border-color: #65016B;
}
</style>