Shades of Royal Purple #6336A1
Tints of Royal Purple #6336A1
RGB
CMYK
RGB Variations
Color information
#6336A1 (or 0x6336A1) is known color: Royal Purple. HEX triplet: 63, 36 and A1. RGB value is (99,54,161). Sum of RGB (Red+Green+Blue) = 99+54+161=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #6336A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336A1 is #9CC95E. Grayscale: #4F4F4F. Windows color (decimal): -10275167 or 10565219. OLE color: 10565219.
HSL color Cylindrical-coordinate representation of color #6336A1: hue angle of 265.23º 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 #6336A1 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 54 | 161 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.37 |
| HSL | 265.23º | 0.5% | 0.42% | - |
| HSV(B) | 265.23º | 0.66% | 0.63% | - |
| XYZ | 12.9 | 7.86 | 34.56 | - |
| YUV | 79.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 161 | 0.39 | 0.66 | 0 | 0.37 | 265.23 | 0.5 | 0.42 |
| Hex | 63 | 36 | A1 | 27 | 42 | 0 | 25 | 109 | 32 | 2A |
| Octal | 143 | 66 | 241 | 47 | 102 | 0 | 45 | 411 | 62 | 52 |
| Binary | 1100011 | 110110 | 10100001 | 100111 | 1000010 | 0 | 100101 | 100001001 | 110010 | 101010 |
Color Harmonies of #6336A1
Complementary color
Monochromatic Colors of #6336A1
Black with #6336A1
Text Example
Text Example
White with #6336A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336A1; }
p { color: rgb(99,54,161); }
H1.HeaderClassName
{
color: #6336A1;
}
.AnyTagClassName
{
color: #6336A1;
}
</style>
background-color css
<style>
a { background-color: #6336A1; }
a { background-color: rgb(99,54,161); }
div.DivClassName
{
background-color: #6336A1;
}
.BgClassName
{
background-color: #6336A1;
}
</style>
border-color css
<style>
span { border-color: #6336A1; }
span { border-color: rgb(99,54,161); }
td.TdClassName
{
border-color: #6336A1;
}
.TagClassName
{
border-color: #6336A1;
}
</style>