Shades of Royal Purple #642699
Tints of Royal Purple #642699
RGB
CMYK
RGB Variations
Color information
#642699 (or 0x642699) is known color: Royal Purple. HEX triplet: 64, 26 and 99. RGB value is (100,38,153). Sum of RGB (Red+Green+Blue) = 100+38+153=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #642699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642699 is #9BD966. Grayscale: #454545. Windows color (decimal): -10213735 or 10036836. OLE color: 10036836.
HSL color Cylindrical-coordinate representation of color #642699: hue angle of 272.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642699 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 38 | 153 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.4 |
| HSL | 272.35º | 0.6% | 0.37% | - |
| HSV(B) | 272.35º | 0.75% | 0.6% | - |
| XYZ | 11.7 | 6.4 | 30.75 | - |
| YUV | 69.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 153 | 0.35 | 0.75 | 0 | 0.4 | 272.35 | 0.6 | 0.37 |
| Hex | 64 | 26 | 99 | 23 | 4B | 0 | 28 | 110 | 3C | 25 |
| Octal | 144 | 46 | 231 | 43 | 113 | 0 | 50 | 420 | 74 | 45 |
| Binary | 1100100 | 100110 | 10011001 | 100011 | 1001011 | 0 | 101000 | 100010000 | 111100 | 100101 |
Color Harmonies of #642699
Complementary color
Monochromatic Colors of #642699
Black with #642699
Text Example
Text Example
White with #642699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642699; }
p { color: rgb(100,38,153); }
H1.HeaderClassName
{
color: #642699;
}
.AnyTagClassName
{
color: #642699;
}
</style>
background-color css
<style>
a { background-color: #642699; }
a { background-color: rgb(100,38,153); }
div.DivClassName
{
background-color: #642699;
}
.BgClassName
{
background-color: #642699;
}
</style>
border-color css
<style>
span { border-color: #642699; }
span { border-color: rgb(100,38,153); }
td.TdClassName
{
border-color: #642699;
}
.TagClassName
{
border-color: #642699;
}
</style>