Shades of Royal Purple #663AA4
Tints of Royal Purple #663AA4
RGB
CMYK
RGB Variations
Color information
#663AA4 (or 0x663AA4) is known color: Royal Purple. HEX triplet: 66, 3A and A4. RGB value is (102,58,164). Sum of RGB (Red+Green+Blue) = 102+58+164=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #663AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AA4 is #99C55B. Grayscale: #525252. Windows color (decimal): -10077532 or 10762854. OLE color: 10762854.
HSL color Cylindrical-coordinate representation of color #663AA4: hue angle of 264.91º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663AA4 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 58 | 164 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.36 |
| HSL | 264.91º | 0.48% | 0.44% | - |
| HSV(B) | 264.91º | 0.65% | 0.64% | - |
| XYZ | 13.69 | 8.53 | 36.05 | - |
| YUV | 83.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 164 | 0.38 | 0.65 | 0 | 0.36 | 264.91 | 0.48 | 0.44 |
| Hex | 66 | 3A | A4 | 26 | 41 | 0 | 24 | 109 | 30 | 2C |
| Octal | 146 | 72 | 244 | 46 | 101 | 0 | 44 | 411 | 60 | 54 |
| Binary | 1100110 | 111010 | 10100100 | 100110 | 1000001 | 0 | 100100 | 100001001 | 110000 | 101100 |
Color Harmonies of #663AA4
Complementary color
Monochromatic Colors of #663AA4
Black with #663AA4
Text Example
Text Example
White with #663AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AA4; }
p { color: rgb(102,58,164); }
H1.HeaderClassName
{
color: #663AA4;
}
.AnyTagClassName
{
color: #663AA4;
}
</style>
background-color css
<style>
a { background-color: #663AA4; }
a { background-color: rgb(102,58,164); }
div.DivClassName
{
background-color: #663AA4;
}
.BgClassName
{
background-color: #663AA4;
}
</style>
border-color css
<style>
span { border-color: #663AA4; }
span { border-color: rgb(102,58,164); }
td.TdClassName
{
border-color: #663AA4;
}
.TagClassName
{
border-color: #663AA4;
}
</style>