Shades of Royal Purple #6431AA
Tints of Royal Purple #6431AA
RGB
CMYK
RGB Variations
Color information
#6431AA (or 0x6431AA) is known color: Royal Purple. HEX triplet: 64, 31 and AA. RGB value is (100,49,170). Sum of RGB (Red+Green+Blue) = 100+49+170=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #6431AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AA is #9BCE55. Grayscale: #4D4D4D. Windows color (decimal): -10210902 or 11153764. OLE color: 11153764.
HSL color Cylindrical-coordinate representation of color #6431AA: hue angle of 265.29º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6431AA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 49 | 170 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.33 |
| HSL | 265.29º | 0.55% | 0.43% | - |
| HSV(B) | 265.29º | 0.71% | 0.67% | - |
| XYZ | 13.61 | 7.81 | 38.82 | - |
| YUV | 78.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 170 | 0.41 | 0.71 | 0 | 0.33 | 265.29 | 0.55 | 0.43 |
| Hex | 64 | 31 | AA | 29 | 47 | 0 | 21 | 109 | 37 | 2B |
| Octal | 144 | 61 | 252 | 51 | 107 | 0 | 41 | 411 | 67 | 53 |
| Binary | 1100100 | 110001 | 10101010 | 101001 | 1000111 | 0 | 100001 | 100001001 | 110111 | 101011 |
Color Harmonies of #6431AA
Complementary color
Monochromatic Colors of #6431AA
Black with #6431AA
Text Example
Text Example
White with #6431AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431AA; }
p { color: rgb(100,49,170); }
H1.HeaderClassName
{
color: #6431AA;
}
.AnyTagClassName
{
color: #6431AA;
}
</style>
background-color css
<style>
a { background-color: #6431AA; }
a { background-color: rgb(100,49,170); }
div.DivClassName
{
background-color: #6431AA;
}
.BgClassName
{
background-color: #6431AA;
}
</style>
border-color css
<style>
span { border-color: #6431AA; }
span { border-color: rgb(100,49,170); }
td.TdClassName
{
border-color: #6431AA;
}
.TagClassName
{
border-color: #6431AA;
}
</style>