Shades of Royal Purple #6342AD
Tints of Royal Purple #6342AD
RGB
CMYK
RGB Variations
Color information
#6342AD (or 0x6342AD) is known color: Royal Purple. HEX triplet: 63, 42 and AD. RGB value is (99,66,173). Sum of RGB (Red+Green+Blue) = 99+66+173=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #6342AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6342AD is #9CBD52. Grayscale: #575757. Windows color (decimal): -10272083 or 11354723. OLE color: 11354723.
HSL color Cylindrical-coordinate representation of color #6342AD: hue angle of 258.5º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6342AD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 66 | 173 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.32 |
| HSL | 258.5º | 0.45% | 0.47% | - |
| HSV(B) | 258.5º | 0.62% | 0.68% | - |
| XYZ | 14.64 | 9.57 | 40.61 | - |
| YUV | 88.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 173 | 0.43 | 0.62 | 0 | 0.32 | 258.5 | 0.45 | 0.47 |
| Hex | 63 | 42 | AD | 2B | 3E | 0 | 20 | 103 | 2D | 2F |
| Octal | 143 | 102 | 255 | 53 | 76 | 0 | 40 | 403 | 55 | 57 |
| Binary | 1100011 | 1000010 | 10101101 | 101011 | 111110 | 0 | 100000 | 100000011 | 101101 | 101111 |
Color Harmonies of #6342AD
Complementary color
Monochromatic Colors of #6342AD
Black with #6342AD
Text Example
Text Example
White with #6342AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342AD; }
p { color: rgb(99,66,173); }
H1.HeaderClassName
{
color: #6342AD;
}
.AnyTagClassName
{
color: #6342AD;
}
</style>
background-color css
<style>
a { background-color: #6342AD; }
a { background-color: rgb(99,66,173); }
div.DivClassName
{
background-color: #6342AD;
}
.BgClassName
{
background-color: #6342AD;
}
</style>
border-color css
<style>
span { border-color: #6342AD; }
span { border-color: rgb(99,66,173); }
td.TdClassName
{
border-color: #6342AD;
}
.TagClassName
{
border-color: #6342AD;
}
</style>