Shades of Royal Purple #6336A0
Tints of Royal Purple #6336A0
RGB
CMYK
RGB Variations
Color information
#6336A0 (or 0x6336A0) is known color: Royal Purple. HEX triplet: 63, 36 and A0. RGB value is (99,54,160). Sum of RGB (Red+Green+Blue) = 99+54+160=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #6336A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336A0 is #9CC95F. Grayscale: #4F4F4F. Windows color (decimal): -10275168 or 10499683. OLE color: 10499683.
HSL color Cylindrical-coordinate representation of color #6336A0: hue angle of 265.47º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6336A0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 54 | 160 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.37 |
| HSL | 265.47º | 0.5% | 0.42% | - |
| HSV(B) | 265.47º | 0.66% | 0.63% | - |
| XYZ | 12.81 | 7.83 | 34.09 | - |
| YUV | 79.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 160 | 0.38 | 0.66 | 0 | 0.37 | 265.47 | 0.5 | 0.42 |
| Hex | 63 | 36 | A0 | 26 | 42 | 0 | 25 | 109 | 32 | 2A |
| Octal | 143 | 66 | 240 | 46 | 102 | 0 | 45 | 411 | 62 | 52 |
| Binary | 1100011 | 110110 | 10100000 | 100110 | 1000010 | 0 | 100101 | 100001001 | 110010 | 101010 |
Color Harmonies of #6336A0
Complementary color
Monochromatic Colors of #6336A0
Black with #6336A0
Text Example
Text Example
White with #6336A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336A0; }
p { color: rgb(99,54,160); }
H1.HeaderClassName
{
color: #6336A0;
}
.AnyTagClassName
{
color: #6336A0;
}
</style>
background-color css
<style>
a { background-color: #6336A0; }
a { background-color: rgb(99,54,160); }
div.DivClassName
{
background-color: #6336A0;
}
.BgClassName
{
background-color: #6336A0;
}
</style>
border-color css
<style>
span { border-color: #6336A0; }
span { border-color: rgb(99,54,160); }
td.TdClassName
{
border-color: #6336A0;
}
.TagClassName
{
border-color: #6336A0;
}
</style>