Shades of Royal Purple #6635AB
Tints of Royal Purple #6635AB
RGB
CMYK
RGB Variations
Color information
#6635AB (or 0x6635AB) is known color: Royal Purple. HEX triplet: 66, 35 and AB. RGB value is (102,53,171). Sum of RGB (Red+Green+Blue) = 102+53+171=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #6635AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6635AB is #99CA54. Grayscale: #505050. Windows color (decimal): -10078805 or 11220326. OLE color: 11220326.
HSL color Cylindrical-coordinate representation of color #6635AB: hue angle of 264.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6635AB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 53 | 171 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.33 |
| HSL | 264.92º | 0.53% | 0.44% | - |
| HSV(B) | 264.92º | 0.69% | 0.67% | - |
| XYZ | 14.1 | 8.31 | 39.39 | - |
| YUV | 81.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 171 | 0.40 | 0.69 | 0 | 0.33 | 264.92 | 0.53 | 0.44 |
| Hex | 66 | 35 | AB | 28 | 45 | 0 | 21 | 109 | 35 | 2C |
| Octal | 146 | 65 | 253 | 50 | 105 | 0 | 41 | 411 | 65 | 54 |
| Binary | 1100110 | 110101 | 10101011 | 101000 | 1000101 | 0 | 100001 | 100001001 | 110101 | 101100 |
Color Harmonies of #6635AB
Complementary color
Monochromatic Colors of #6635AB
Black with #6635AB
Text Example
Text Example
White with #6635AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635AB; }
p { color: rgb(102,53,171); }
H1.HeaderClassName
{
color: #6635AB;
}
.AnyTagClassName
{
color: #6635AB;
}
</style>
background-color css
<style>
a { background-color: #6635AB; }
a { background-color: rgb(102,53,171); }
div.DivClassName
{
background-color: #6635AB;
}
.BgClassName
{
background-color: #6635AB;
}
</style>
border-color css
<style>
span { border-color: #6635AB; }
span { border-color: rgb(102,53,171); }
td.TdClassName
{
border-color: #6635AB;
}
.TagClassName
{
border-color: #6635AB;
}
</style>