Shades of Royal Purple #663BA2
Tints of Royal Purple #663BA2
RGB
CMYK
RGB Variations
Color information
#663BA2 (or 0x663BA2) is known color: Royal Purple. HEX triplet: 66, 3B and A2. RGB value is (102,59,162). Sum of RGB (Red+Green+Blue) = 102+59+162=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #663BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BA2 is #99C45D. Grayscale: #535353. Windows color (decimal): -10077278 or 10632038. OLE color: 10632038.
HSL color Cylindrical-coordinate representation of color #663BA2: hue angle of 265.05º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663BA2 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 59 | 162 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.36 |
| HSL | 265.05º | 0.47% | 0.43% | - |
| HSV(B) | 265.05º | 0.64% | 0.64% | - |
| XYZ | 13.57 | 8.56 | 35.12 | - |
| YUV | 83.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 162 | 0.37 | 0.64 | 0 | 0.36 | 265.05 | 0.47 | 0.43 |
| Hex | 66 | 3B | A2 | 25 | 40 | 0 | 24 | 109 | 2F | 2B |
| Octal | 146 | 73 | 242 | 45 | 100 | 0 | 44 | 411 | 57 | 53 |
| Binary | 1100110 | 111011 | 10100010 | 100101 | 1000000 | 0 | 100100 | 100001001 | 101111 | 101011 |
Color Harmonies of #663BA2
Complementary color
Monochromatic Colors of #663BA2
Black with #663BA2
Text Example
Text Example
White with #663BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BA2; }
p { color: rgb(102,59,162); }
H1.HeaderClassName
{
color: #663BA2;
}
.AnyTagClassName
{
color: #663BA2;
}
</style>
background-color css
<style>
a { background-color: #663BA2; }
a { background-color: rgb(102,59,162); }
div.DivClassName
{
background-color: #663BA2;
}
.BgClassName
{
background-color: #663BA2;
}
</style>
border-color css
<style>
span { border-color: #663BA2; }
span { border-color: rgb(102,59,162); }
td.TdClassName
{
border-color: #663BA2;
}
.TagClassName
{
border-color: #663BA2;
}
</style>