Shades of Royal Purple #642A9A
Tints of Royal Purple #642A9A
RGB
CMYK
RGB Variations
Color information
#642A9A (or 0x642A9A) is known color: Royal Purple. HEX triplet: 64, 2A and 9A. RGB value is (100,42,154). Sum of RGB (Red+Green+Blue) = 100+42+154=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #642A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A9A is #9BD565. Grayscale: #474747. Windows color (decimal): -10212710 or 10103396. OLE color: 10103396.
HSL color Cylindrical-coordinate representation of color #642A9A: hue angle of 271.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642A9A is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 42 | 154 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.40 |
| HSL | 271.07º | 0.57% | 0.38% | - |
| HSV(B) | 271.07º | 0.73% | 0.6% | - |
| XYZ | 11.92 | 6.7 | 31.24 | - |
| YUV | 72.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 154 | 0.35 | 0.73 | 0 | 0.40 | 271.07 | 0.57 | 0.38 |
| Hex | 64 | 2A | 9A | 23 | 49 | 0 | 28 | 10F | 39 | 26 |
| Octal | 144 | 52 | 232 | 43 | 111 | 0 | 50 | 417 | 71 | 46 |
| Binary | 1100100 | 101010 | 10011010 | 100011 | 1001001 | 0 | 101000 | 100001111 | 111001 | 100110 |
Color Harmonies of #642A9A
Complementary color
Monochromatic Colors of #642A9A
Black with #642A9A
Text Example
Text Example
White with #642A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A9A; }
p { color: rgb(100,42,154); }
H1.HeaderClassName
{
color: #642A9A;
}
.AnyTagClassName
{
color: #642A9A;
}
</style>
background-color css
<style>
a { background-color: #642A9A; }
a { background-color: rgb(100,42,154); }
div.DivClassName
{
background-color: #642A9A;
}
.BgClassName
{
background-color: #642A9A;
}
</style>
border-color css
<style>
span { border-color: #642A9A; }
span { border-color: rgb(100,42,154); }
td.TdClassName
{
border-color: #642A9A;
}
.TagClassName
{
border-color: #642A9A;
}
</style>