Shades of Royal Purple #642B97
Tints of Royal Purple #642B97
RGB
CMYK
RGB Variations
Color information
#642B97 (or 0x642B97) is known color: Royal Purple. HEX triplet: 64, 2B and 97. RGB value is (100,43,151). Sum of RGB (Red+Green+Blue) = 100+43+151=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #642B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B97 is #9BD468. Grayscale: #474747. Windows color (decimal): -10212457 or 9907044. OLE color: 9907044.
HSL color Cylindrical-coordinate representation of color #642B97: hue angle of 271.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642B97 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 43 | 151 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.41 |
| HSL | 271.67º | 0.56% | 0.38% | - |
| HSV(B) | 271.67º | 0.72% | 0.59% | - |
| XYZ | 11.71 | 6.67 | 29.95 | - |
| YUV | 72.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 151 | 0.34 | 0.72 | 0 | 0.41 | 271.67 | 0.56 | 0.38 |
| Hex | 64 | 2B | 97 | 22 | 48 | 0 | 29 | 110 | 38 | 26 |
| Octal | 144 | 53 | 227 | 42 | 110 | 0 | 51 | 420 | 70 | 46 |
| Binary | 1100100 | 101011 | 10010111 | 100010 | 1001000 | 0 | 101001 | 100010000 | 111000 | 100110 |
Color Harmonies of #642B97
Complementary color
Monochromatic Colors of #642B97
Black with #642B97
Text Example
Text Example
White with #642B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B97; }
p { color: rgb(100,43,151); }
H1.HeaderClassName
{
color: #642B97;
}
.AnyTagClassName
{
color: #642B97;
}
</style>
background-color css
<style>
a { background-color: #642B97; }
a { background-color: rgb(100,43,151); }
div.DivClassName
{
background-color: #642B97;
}
.BgClassName
{
background-color: #642B97;
}
</style>
border-color css
<style>
span { border-color: #642B97; }
span { border-color: rgb(100,43,151); }
td.TdClassName
{
border-color: #642B97;
}
.TagClassName
{
border-color: #642B97;
}
</style>