Shades of Royal Purple #642D9B
Tints of Royal Purple #642D9B
RGB
CMYK
RGB Variations
Color information
#642D9B (or 0x642D9B) is known color: Royal Purple. HEX triplet: 64, 2D and 9B. RGB value is (100,45,155). Sum of RGB (Red+Green+Blue) = 100+45+155=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #642D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D9B is #9BD264. Grayscale: #494949. Windows color (decimal): -10211941 or 10169700. OLE color: 10169700.
HSL color Cylindrical-coordinate representation of color #642D9B: hue angle of 270º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642D9B is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 45 | 155 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.39 |
| HSL | 270º | 0.55% | 0.39% | - |
| HSV(B) | 270º | 0.71% | 0.61% | - |
| XYZ | 12.11 | 6.95 | 31.71 | - |
| YUV | 73.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 155 | 0.35 | 0.71 | 0 | 0.39 | 270 | 0.55 | 0.39 |
| Hex | 64 | 2D | 9B | 23 | 47 | 0 | 27 | 10E | 37 | 27 |
| Octal | 144 | 55 | 233 | 43 | 107 | 0 | 47 | 416 | 67 | 47 |
| Binary | 1100100 | 101101 | 10011011 | 100011 | 1000111 | 0 | 100111 | 100001110 | 110111 | 100111 |
Color Harmonies of #642D9B
Complementary color
Monochromatic Colors of #642D9B
Black with #642D9B
Text Example
Text Example
White with #642D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D9B; }
p { color: rgb(100,45,155); }
H1.HeaderClassName
{
color: #642D9B;
}
.AnyTagClassName
{
color: #642D9B;
}
</style>
background-color css
<style>
a { background-color: #642D9B; }
a { background-color: rgb(100,45,155); }
div.DivClassName
{
background-color: #642D9B;
}
.BgClassName
{
background-color: #642D9B;
}
</style>
border-color css
<style>
span { border-color: #642D9B; }
span { border-color: rgb(100,45,155); }
td.TdClassName
{
border-color: #642D9B;
}
.TagClassName
{
border-color: #642D9B;
}
</style>