Shades of Royal Purple #6345AE
Tints of Royal Purple #6345AE
RGB
CMYK
RGB Variations
Color information
#6345AE (or 0x6345AE) is known color: Royal Purple. HEX triplet: 63, 45 and AE. RGB value is (99,69,174). Sum of RGB (Red+Green+Blue) = 99+69+174=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6345AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6345AE is #9CBA51. Grayscale: #595959. Windows color (decimal): -10271314 or 11421027. OLE color: 11421027.
HSL color Cylindrical-coordinate representation of color #6345AE: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6345AE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 69 | 174 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.32 |
| HSL | 257.14º | 0.43% | 0.48% | - |
| HSV(B) | 257.14º | 0.6% | 0.68% | - |
| XYZ | 14.91 | 9.96 | 41.18 | - |
| YUV | 89.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 174 | 0.43 | 0.60 | 0 | 0.32 | 257.14 | 0.43 | 0.48 |
| Hex | 63 | 45 | AE | 2B | 3C | 0 | 20 | 101 | 2B | 30 |
| Octal | 143 | 105 | 256 | 53 | 74 | 0 | 40 | 401 | 53 | 60 |
| Binary | 1100011 | 1000101 | 10101110 | 101011 | 111100 | 0 | 100000 | 100000001 | 101011 | 110000 |
Color Harmonies of #6345AE
Complementary color
Monochromatic Colors of #6345AE
Black with #6345AE
Text Example
Text Example
White with #6345AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6345AE; }
p { color: rgb(99,69,174); }
H1.HeaderClassName
{
color: #6345AE;
}
.AnyTagClassName
{
color: #6345AE;
}
</style>
background-color css
<style>
a { background-color: #6345AE; }
a { background-color: rgb(99,69,174); }
div.DivClassName
{
background-color: #6345AE;
}
.BgClassName
{
background-color: #6345AE;
}
</style>
border-color css
<style>
span { border-color: #6345AE; }
span { border-color: rgb(99,69,174); }
td.TdClassName
{
border-color: #6345AE;
}
.TagClassName
{
border-color: #6345AE;
}
</style>