Shades of Purple #650C71
Tints of Purple #650C71
RGB
CMYK
RGB Variations
Color information
#650C71 (or 0x650C71) is known color: Purple. HEX triplet: 65, 0C and 71. RGB value is (101,12,113). Sum of RGB (Red+Green+Blue) = 101+12+113=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #650C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C71 is #9AF38E. Grayscale: #313131. Windows color (decimal): -10154895 or 7408741. OLE color: 7408741.
HSL color Cylindrical-coordinate representation of color #650C71: hue angle of 292.87º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650C71 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 12 | 113 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.56 |
| HSL | 292.87º | 0.81% | 0.25% | - |
| HSV(B) | 292.87º | 0.89% | 0.44% | - |
| XYZ | 8.48 | 4.22 | 15.99 | - |
| YUV | 50.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 113 | 0.11 | 0.89 | 0 | 0.56 | 292.87 | 0.81 | 0.25 |
| Hex | 65 | C | 71 | B | 59 | 0 | 38 | 125 | 51 | 19 |
| Octal | 145 | 14 | 161 | 13 | 131 | 0 | 70 | 445 | 121 | 31 |
| Binary | 1100101 | 1100 | 1110001 | 1011 | 1011001 | 0 | 111000 | 100100101 | 1010001 | 11001 |
Color Harmonies of #650C71
Complementary color
Monochromatic Colors of #650C71
Black with #650C71
Text Example
Text Example
White with #650C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C71; }
p { color: rgb(101,12,113); }
H1.HeaderClassName
{
color: #650C71;
}
.AnyTagClassName
{
color: #650C71;
}
</style>
background-color css
<style>
a { background-color: #650C71; }
a { background-color: rgb(101,12,113); }
div.DivClassName
{
background-color: #650C71;
}
.BgClassName
{
background-color: #650C71;
}
</style>
border-color css
<style>
span { border-color: #650C71; }
span { border-color: rgb(101,12,113); }
td.TdClassName
{
border-color: #650C71;
}
.TagClassName
{
border-color: #650C71;
}
</style>