Shades of Purple #640B73
Tints of Purple #640B73
RGB
CMYK
RGB Variations
Color information
#640B73 (or 0x640B73) is known color: Purple. HEX triplet: 64, 0B and 73. RGB value is (100,11,115). Sum of RGB (Red+Green+Blue) = 100+11+115=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #640B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B73 is #9BF48C. Grayscale: #313131. Windows color (decimal): -10220685 or 7539556. OLE color: 7539556.
HSL color Cylindrical-coordinate representation of color #640B73: hue angle of 291.35º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640B73 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 11 | 115 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.55 |
| HSL | 291.35º | 0.83% | 0.25% | - |
| HSV(B) | 291.35º | 0.9% | 0.45% | - |
| XYZ | 8.47 | 4.19 | 16.58 | - |
| YUV | 49.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 115 | 0.13 | 0.90 | 0 | 0.55 | 291.35 | 0.83 | 0.25 |
| Hex | 64 | B | 73 | D | 5A | 0 | 37 | 123 | 53 | 19 |
| Octal | 144 | 13 | 163 | 15 | 132 | 0 | 67 | 443 | 123 | 31 |
| Binary | 1100100 | 1011 | 1110011 | 1101 | 1011010 | 0 | 110111 | 100100011 | 1010011 | 11001 |
Color Harmonies of #640B73
Complementary color
Monochromatic Colors of #640B73
Black with #640B73
Text Example
Text Example
White with #640B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B73; }
p { color: rgb(100,11,115); }
H1.HeaderClassName
{
color: #640B73;
}
.AnyTagClassName
{
color: #640B73;
}
</style>
background-color css
<style>
a { background-color: #640B73; }
a { background-color: rgb(100,11,115); }
div.DivClassName
{
background-color: #640B73;
}
.BgClassName
{
background-color: #640B73;
}
</style>
border-color css
<style>
span { border-color: #640B73; }
span { border-color: rgb(100,11,115); }
td.TdClassName
{
border-color: #640B73;
}
.TagClassName
{
border-color: #640B73;
}
</style>