Shades of Royal Purple #6631A0
Tints of Royal Purple #6631A0
RGB
CMYK
RGB Variations
Color information
#6631A0 (or 0x6631A0) is known color: Royal Purple. HEX triplet: 66, 31 and A0. RGB value is (102,49,160). Sum of RGB (Red+Green+Blue) = 102+49+160=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #6631A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6631A0 is #99CE5F. Grayscale: #4D4D4D. Windows color (decimal): -10079840 or 10498406. OLE color: 10498406.
HSL color Cylindrical-coordinate representation of color #6631A0: hue angle of 268.65º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6631A0 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 49 | 160 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.37 |
| HSL | 268.65º | 0.53% | 0.41% | - |
| HSV(B) | 268.65º | 0.69% | 0.63% | - |
| XYZ | 12.92 | 7.56 | 34.04 | - |
| YUV | 77.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 160 | 0.36 | 0.69 | 0 | 0.37 | 268.65 | 0.53 | 0.41 |
| Hex | 66 | 31 | A0 | 24 | 45 | 0 | 25 | 10D | 35 | 29 |
| Octal | 146 | 61 | 240 | 44 | 105 | 0 | 45 | 415 | 65 | 51 |
| Binary | 1100110 | 110001 | 10100000 | 100100 | 1000101 | 0 | 100101 | 100001101 | 110101 | 101001 |
Color Harmonies of #6631A0
Complementary color
Monochromatic Colors of #6631A0
Black with #6631A0
Text Example
Text Example
White with #6631A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6631A0; }
p { color: rgb(102,49,160); }
H1.HeaderClassName
{
color: #6631A0;
}
.AnyTagClassName
{
color: #6631A0;
}
</style>
background-color css
<style>
a { background-color: #6631A0; }
a { background-color: rgb(102,49,160); }
div.DivClassName
{
background-color: #6631A0;
}
.BgClassName
{
background-color: #6631A0;
}
</style>
border-color css
<style>
span { border-color: #6631A0; }
span { border-color: rgb(102,49,160); }
td.TdClassName
{
border-color: #6631A0;
}
.TagClassName
{
border-color: #6631A0;
}
</style>