Shades of Royal Purple #642CA2
Tints of Royal Purple #642CA2
RGB
CMYK
RGB Variations
Color information
#642CA2 (or 0x642CA2) is known color: Royal Purple. HEX triplet: 64, 2C and A2. RGB value is (100,44,162). Sum of RGB (Red+Green+Blue) = 100+44+162=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #642CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CA2 is #9BD35D. Grayscale: #494949. Windows color (decimal): -10212190 or 10628196. OLE color: 10628196.
HSL color Cylindrical-coordinate representation of color #642CA2: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642CA2 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 44 | 162 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.36 |
| HSL | 268.47º | 0.57% | 0.4% | - |
| HSV(B) | 268.47º | 0.73% | 0.64% | - |
| XYZ | 12.68 | 7.12 | 34.89 | - |
| YUV | 74.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 162 | 0.38 | 0.73 | 0 | 0.36 | 268.47 | 0.57 | 0.4 |
| Hex | 64 | 2C | A2 | 26 | 49 | 0 | 24 | 10C | 39 | 28 |
| Octal | 144 | 54 | 242 | 46 | 111 | 0 | 44 | 414 | 71 | 50 |
| Binary | 1100100 | 101100 | 10100010 | 100110 | 1001001 | 0 | 100100 | 100001100 | 111001 | 101000 |
Color Harmonies of #642CA2
Complementary color
Monochromatic Colors of #642CA2
Black with #642CA2
Text Example
Text Example
White with #642CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CA2; }
p { color: rgb(100,44,162); }
H1.HeaderClassName
{
color: #642CA2;
}
.AnyTagClassName
{
color: #642CA2;
}
</style>
background-color css
<style>
a { background-color: #642CA2; }
a { background-color: rgb(100,44,162); }
div.DivClassName
{
background-color: #642CA2;
}
.BgClassName
{
background-color: #642CA2;
}
</style>
border-color css
<style>
span { border-color: #642CA2; }
span { border-color: rgb(100,44,162); }
td.TdClassName
{
border-color: #642CA2;
}
.TagClassName
{
border-color: #642CA2;
}
</style>