Shades of Royal Purple #663DAF
Tints of Royal Purple #663DAF
RGB
CMYK
RGB Variations
Color information
#663DAF (or 0x663DAF) is known color: Royal Purple. HEX triplet: 66, 3D and AF. RGB value is (102,61,175). Sum of RGB (Red+Green+Blue) = 102+61+175=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #663DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAF is #99C250. Grayscale: #555555. Windows color (decimal): -10076753 or 11484518. OLE color: 11484518.
HSL color Cylindrical-coordinate representation of color #663DAF: hue angle of 261.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663DAF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 61 | 175 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.31 |
| HSL | 261.58º | 0.48% | 0.46% | - |
| HSV(B) | 261.58º | 0.65% | 0.69% | - |
| XYZ | 14.89 | 9.26 | 41.56 | - |
| YUV | 86.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 175 | 0.42 | 0.65 | 0 | 0.31 | 261.58 | 0.48 | 0.46 |
| Hex | 66 | 3D | AF | 2A | 41 | 0 | 1F | 106 | 30 | 2E |
| Octal | 146 | 75 | 257 | 52 | 101 | 0 | 37 | 406 | 60 | 56 |
| Binary | 1100110 | 111101 | 10101111 | 101010 | 1000001 | 0 | 11111 | 100000110 | 110000 | 101110 |
Color Harmonies of #663DAF
Complementary color
Monochromatic Colors of #663DAF
Black with #663DAF
Text Example
Text Example
White with #663DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DAF; }
p { color: rgb(102,61,175); }
H1.HeaderClassName
{
color: #663DAF;
}
.AnyTagClassName
{
color: #663DAF;
}
</style>
background-color css
<style>
a { background-color: #663DAF; }
a { background-color: rgb(102,61,175); }
div.DivClassName
{
background-color: #663DAF;
}
.BgClassName
{
background-color: #663DAF;
}
</style>
border-color css
<style>
span { border-color: #663DAF; }
span { border-color: rgb(102,61,175); }
td.TdClassName
{
border-color: #663DAF;
}
.TagClassName
{
border-color: #663DAF;
}
</style>