Shades of Royal Purple #642F93
Tints of Royal Purple #642F93
RGB
CMYK
RGB Variations
Color information
#642F93 (or 0x642F93) is known color: Royal Purple. HEX triplet: 64, 2F and 93. RGB value is (100,47,147). Sum of RGB (Red+Green+Blue) = 100+47+147=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #642F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F93 is #9BD06C. Grayscale: #494949. Windows color (decimal): -10211437 or 9645924. OLE color: 9645924.
HSL color Cylindrical-coordinate representation of color #642F93: hue angle of 271.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642F93 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 47 | 147 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.42 |
| HSL | 271.8º | 0.52% | 0.38% | - |
| HSV(B) | 271.8º | 0.68% | 0.58% | - |
| XYZ | 11.54 | 6.85 | 28.32 | - |
| YUV | 74.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 147 | 0.32 | 0.68 | 0 | 0.42 | 271.8 | 0.52 | 0.38 |
| Hex | 64 | 2F | 93 | 20 | 44 | 0 | 2A | 110 | 34 | 26 |
| Octal | 144 | 57 | 223 | 40 | 104 | 0 | 52 | 420 | 64 | 46 |
| Binary | 1100100 | 101111 | 10010011 | 100000 | 1000100 | 0 | 101010 | 100010000 | 110100 | 100110 |
Color Harmonies of #642F93
Complementary color
Monochromatic Colors of #642F93
Black with #642F93
Text Example
Text Example
White with #642F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F93; }
p { color: rgb(100,47,147); }
H1.HeaderClassName
{
color: #642F93;
}
.AnyTagClassName
{
color: #642F93;
}
</style>
background-color css
<style>
a { background-color: #642F93; }
a { background-color: rgb(100,47,147); }
div.DivClassName
{
background-color: #642F93;
}
.BgClassName
{
background-color: #642F93;
}
</style>
border-color css
<style>
span { border-color: #642F93; }
span { border-color: rgb(100,47,147); }
td.TdClassName
{
border-color: #642F93;
}
.TagClassName
{
border-color: #642F93;
}
</style>