Shades of Royal Purple #662DA4
Tints of Royal Purple #662DA4
RGB
CMYK
RGB Variations
Color information
#662DA4 (or 0x662DA4) is known color: Royal Purple. HEX triplet: 66, 2D and A4. RGB value is (102,45,164). Sum of RGB (Red+Green+Blue) = 102+45+164=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #662DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DA4 is #99D25B. Grayscale: #4B4B4B. Windows color (decimal): -10080860 or 10759526. OLE color: 10759526.
HSL color Cylindrical-coordinate representation of color #662DA4: hue angle of 268.74º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662DA4 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 45 | 164 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.36 |
| HSL | 268.74º | 0.57% | 0.41% | - |
| HSV(B) | 268.74º | 0.73% | 0.64% | - |
| XYZ | 13.12 | 7.38 | 35.86 | - |
| YUV | 75.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 164 | 0.38 | 0.73 | 0 | 0.36 | 268.74 | 0.57 | 0.41 |
| Hex | 66 | 2D | A4 | 26 | 49 | 0 | 24 | 10D | 39 | 29 |
| Octal | 146 | 55 | 244 | 46 | 111 | 0 | 44 | 415 | 71 | 51 |
| Binary | 1100110 | 101101 | 10100100 | 100110 | 1001001 | 0 | 100100 | 100001101 | 111001 | 101001 |
Color Harmonies of #662DA4
Complementary color
Monochromatic Colors of #662DA4
Black with #662DA4
Text Example
Text Example
White with #662DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DA4; }
p { color: rgb(102,45,164); }
H1.HeaderClassName
{
color: #662DA4;
}
.AnyTagClassName
{
color: #662DA4;
}
</style>
background-color css
<style>
a { background-color: #662DA4; }
a { background-color: rgb(102,45,164); }
div.DivClassName
{
background-color: #662DA4;
}
.BgClassName
{
background-color: #662DA4;
}
</style>
border-color css
<style>
span { border-color: #662DA4; }
span { border-color: rgb(102,45,164); }
td.TdClassName
{
border-color: #662DA4;
}
.TagClassName
{
border-color: #662DA4;
}
</style>