Shades of Royal Purple #663FA4
Tints of Royal Purple #663FA4
RGB
CMYK
RGB Variations
Color information
#663FA4 (or 0x663FA4) is known color: Royal Purple. HEX triplet: 66, 3F and A4. RGB value is (102,63,164). Sum of RGB (Red+Green+Blue) = 102+63+164=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #663FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663FA4 is #99C05B. Grayscale: #555555. Windows color (decimal): -10076252 or 10764134. OLE color: 10764134.
HSL color Cylindrical-coordinate representation of color #663FA4: hue angle of 263.17º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663FA4 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 63 | 164 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.36 |
| HSL | 263.17º | 0.44% | 0.45% | - |
| HSV(B) | 263.17º | 0.62% | 0.64% | - |
| XYZ | 13.96 | 9.06 | 36.14 | - |
| YUV | 86.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 164 | 0.38 | 0.62 | 0 | 0.36 | 263.17 | 0.44 | 0.45 |
| Hex | 66 | 3F | A4 | 26 | 3E | 0 | 24 | 107 | 2C | 2D |
| Octal | 146 | 77 | 244 | 46 | 76 | 0 | 44 | 407 | 54 | 55 |
| Binary | 1100110 | 111111 | 10100100 | 100110 | 111110 | 0 | 100100 | 100000111 | 101100 | 101101 |
Color Harmonies of #663FA4
Complementary color
Monochromatic Colors of #663FA4
Black with #663FA4
Text Example
Text Example
White with #663FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FA4; }
p { color: rgb(102,63,164); }
H1.HeaderClassName
{
color: #663FA4;
}
.AnyTagClassName
{
color: #663FA4;
}
</style>
background-color css
<style>
a { background-color: #663FA4; }
a { background-color: rgb(102,63,164); }
div.DivClassName
{
background-color: #663FA4;
}
.BgClassName
{
background-color: #663FA4;
}
</style>
border-color css
<style>
span { border-color: #663FA4; }
span { border-color: rgb(102,63,164); }
td.TdClassName
{
border-color: #663FA4;
}
.TagClassName
{
border-color: #663FA4;
}
</style>