Shades of Royal Purple #6335A1
Tints of Royal Purple #6335A1
RGB
CMYK
RGB Variations
Color information
#6335A1 (or 0x6335A1) is known color: Royal Purple. HEX triplet: 63, 35 and A1. RGB value is (99,53,161). Sum of RGB (Red+Green+Blue) = 99+53+161=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #6335A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6335A1 is #9CCA5E. Grayscale: #4E4E4E. Windows color (decimal): -10275423 or 10564963. OLE color: 10564963.
HSL color Cylindrical-coordinate representation of color #6335A1: hue angle of 265.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6335A1 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 53 | 161 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.37 |
| HSL | 265.56º | 0.5% | 0.42% | - |
| HSV(B) | 265.56º | 0.67% | 0.63% | - |
| XYZ | 12.85 | 7.77 | 34.54 | - |
| YUV | 79.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 161 | 0.39 | 0.67 | 0 | 0.37 | 265.56 | 0.5 | 0.42 |
| Hex | 63 | 35 | A1 | 27 | 43 | 0 | 25 | 10A | 32 | 2A |
| Octal | 143 | 65 | 241 | 47 | 103 | 0 | 45 | 412 | 62 | 52 |
| Binary | 1100011 | 110101 | 10100001 | 100111 | 1000011 | 0 | 100101 | 100001010 | 110010 | 101010 |
Color Harmonies of #6335A1
Complementary color
Monochromatic Colors of #6335A1
Black with #6335A1
Text Example
Text Example
White with #6335A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6335A1; }
p { color: rgb(99,53,161); }
H1.HeaderClassName
{
color: #6335A1;
}
.AnyTagClassName
{
color: #6335A1;
}
</style>
background-color css
<style>
a { background-color: #6335A1; }
a { background-color: rgb(99,53,161); }
div.DivClassName
{
background-color: #6335A1;
}
.BgClassName
{
background-color: #6335A1;
}
</style>
border-color css
<style>
span { border-color: #6335A1; }
span { border-color: rgb(99,53,161); }
td.TdClassName
{
border-color: #6335A1;
}
.TagClassName
{
border-color: #6335A1;
}
</style>