Shades of Purple #65016C
Tints of Purple #65016C
RGB
CMYK
RGB Variations
Color information
#65016C (or 0x65016C) is known color: Purple. HEX triplet: 65, 01 and 6C. RGB value is (101,1,108). Sum of RGB (Red+Green+Blue) = 101+1+108=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #65016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016C is #9AFE93. Grayscale: #2A2A2A. Windows color (decimal): -10157716 or 7078245. OLE color: 7078245.
HSL color Cylindrical-coordinate representation of color #65016C: hue angle of 296.07º 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 #65016C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 1 | 108 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.58 |
| HSL | 296.07º | 0.98% | 0.21% | - |
| HSV(B) | 296.07º | 0.99% | 0.42% | - |
| XYZ | 8.08 | 3.87 | 14.51 | - |
| YUV | 43.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 108 | 0.06 | 0.99 | 0 | 0.58 | 296.07 | 0.98 | 0.21 |
| Hex | 65 | 1 | 6C | 6 | 63 | 0 | 3A | 128 | 62 | 15 |
| Octal | 145 | 1 | 154 | 6 | 143 | 0 | 72 | 450 | 142 | 25 |
| Binary | 1100101 | 1 | 1101100 | 110 | 1100011 | 0 | 111010 | 100101000 | 1100010 | 10101 |
Color Harmonies of #65016C
Complementary color
Monochromatic Colors of #65016C
Black with #65016C
Text Example
Text Example
White with #65016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65016C; }
p { color: rgb(101,1,108); }
H1.HeaderClassName
{
color: #65016C;
}
.AnyTagClassName
{
color: #65016C;
}
</style>
background-color css
<style>
a { background-color: #65016C; }
a { background-color: rgb(101,1,108); }
div.DivClassName
{
background-color: #65016C;
}
.BgClassName
{
background-color: #65016C;
}
</style>
border-color css
<style>
span { border-color: #65016C; }
span { border-color: rgb(101,1,108); }
td.TdClassName
{
border-color: #65016C;
}
.TagClassName
{
border-color: #65016C;
}
</style>