Shades of Royal Purple #6345AD
Tints of Royal Purple #6345AD
RGB
CMYK
RGB Variations
Color information
#6345AD (or 0x6345AD) is known color: Royal Purple. HEX triplet: 63, 45 and AD. RGB value is (99,69,173). Sum of RGB (Red+Green+Blue) = 99+69+173=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6345AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6345AD is #9CBA52. Grayscale: #595959. Windows color (decimal): -10271315 or 11355491. OLE color: 11355491.
HSL color Cylindrical-coordinate representation of color #6345AD: hue angle of 257.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6345AD is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 69 | 173 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.32 |
| HSL | 257.31º | 0.43% | 0.47% | - |
| HSV(B) | 257.31º | 0.6% | 0.68% | - |
| XYZ | 14.82 | 9.93 | 40.67 | - |
| YUV | 89.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 173 | 0.43 | 0.60 | 0 | 0.32 | 257.31 | 0.43 | 0.47 |
| Hex | 63 | 45 | AD | 2B | 3C | 0 | 20 | 101 | 2B | 2F |
| Octal | 143 | 105 | 255 | 53 | 74 | 0 | 40 | 401 | 53 | 57 |
| Binary | 1100011 | 1000101 | 10101101 | 101011 | 111100 | 0 | 100000 | 100000001 | 101011 | 101111 |
Color Harmonies of #6345AD
Complementary color
Monochromatic Colors of #6345AD
Black with #6345AD
Text Example
Text Example
White with #6345AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6345AD; }
p { color: rgb(99,69,173); }
H1.HeaderClassName
{
color: #6345AD;
}
.AnyTagClassName
{
color: #6345AD;
}
</style>
background-color css
<style>
a { background-color: #6345AD; }
a { background-color: rgb(99,69,173); }
div.DivClassName
{
background-color: #6345AD;
}
.BgClassName
{
background-color: #6345AD;
}
</style>
border-color css
<style>
span { border-color: #6345AD; }
span { border-color: rgb(99,69,173); }
td.TdClassName
{
border-color: #6345AD;
}
.TagClassName
{
border-color: #6345AD;
}
</style>