Shades of Royal Purple #6342A9
Tints of Royal Purple #6342A9
RGB
CMYK
RGB Variations
Color information
#6342A9 (or 0x6342A9) is known color: Royal Purple. HEX triplet: 63, 42 and A9. RGB value is (99,66,169). Sum of RGB (Red+Green+Blue) = 99+66+169=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #6342A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6342A9 is #9CBD56. Grayscale: #575757. Windows color (decimal): -10272087 or 11092579. OLE color: 11092579.
HSL color Cylindrical-coordinate representation of color #6342A9: hue angle of 259.22º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6342A9 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 66 | 169 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.34 |
| HSL | 259.22º | 0.44% | 0.46% | - |
| HSV(B) | 259.22º | 0.61% | 0.66% | - |
| XYZ | 14.26 | 9.41 | 38.6 | - |
| YUV | 87.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 169 | 0.41 | 0.61 | 0 | 0.34 | 259.22 | 0.44 | 0.46 |
| Hex | 63 | 42 | A9 | 29 | 3D | 0 | 22 | 103 | 2C | 2E |
| Octal | 143 | 102 | 251 | 51 | 75 | 0 | 42 | 403 | 54 | 56 |
| Binary | 1100011 | 1000010 | 10101001 | 101001 | 111101 | 0 | 100010 | 100000011 | 101100 | 101110 |
Color Harmonies of #6342A9
Complementary color
Monochromatic Colors of #6342A9
Black with #6342A9
Text Example
Text Example
White with #6342A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342A9; }
p { color: rgb(99,66,169); }
H1.HeaderClassName
{
color: #6342A9;
}
.AnyTagClassName
{
color: #6342A9;
}
</style>
background-color css
<style>
a { background-color: #6342A9; }
a { background-color: rgb(99,66,169); }
div.DivClassName
{
background-color: #6342A9;
}
.BgClassName
{
background-color: #6342A9;
}
</style>
border-color css
<style>
span { border-color: #6342A9; }
span { border-color: rgb(99,66,169); }
td.TdClassName
{
border-color: #6342A9;
}
.TagClassName
{
border-color: #6342A9;
}
</style>