Shades of Purple #650C76
Tints of Purple #650C76
RGB
CMYK
RGB Variations
Color information
#650C76 (or 0x650C76) is known color: Purple. HEX triplet: 65, 0C and 76. RGB value is (101,12,118). Sum of RGB (Red+Green+Blue) = 101+12+118=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #650C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C76 is #9AF389. Grayscale: #323232. Windows color (decimal): -10154890 or 7736421. OLE color: 7736421.
HSL color Cylindrical-coordinate representation of color #650C76: hue angle of 290.38º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650C76 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 12 | 118 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.54 |
| HSL | 290.38º | 0.82% | 0.25% | - |
| HSV(B) | 290.38º | 0.9% | 0.46% | - |
| XYZ | 8.77 | 4.34 | 17.51 | - |
| YUV | 50.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 118 | 0.14 | 0.90 | 0 | 0.54 | 290.38 | 0.82 | 0.25 |
| Hex | 65 | C | 76 | E | 5A | 0 | 36 | 122 | 52 | 19 |
| Octal | 145 | 14 | 166 | 16 | 132 | 0 | 66 | 442 | 122 | 31 |
| Binary | 1100101 | 1100 | 1110110 | 1110 | 1011010 | 0 | 110110 | 100100010 | 1010010 | 11001 |
Color Harmonies of #650C76
Complementary color
Monochromatic Colors of #650C76
Black with #650C76
Text Example
Text Example
White with #650C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C76; }
p { color: rgb(101,12,118); }
H1.HeaderClassName
{
color: #650C76;
}
.AnyTagClassName
{
color: #650C76;
}
</style>
background-color css
<style>
a { background-color: #650C76; }
a { background-color: rgb(101,12,118); }
div.DivClassName
{
background-color: #650C76;
}
.BgClassName
{
background-color: #650C76;
}
</style>
border-color css
<style>
span { border-color: #650C76; }
span { border-color: rgb(101,12,118); }
td.TdClassName
{
border-color: #650C76;
}
.TagClassName
{
border-color: #650C76;
}
</style>