Shades of Royal Purple #662BA7
Tints of Royal Purple #662BA7
RGB
CMYK
RGB Variations
Color information
#662BA7 (or 0x662BA7) is known color: Royal Purple. HEX triplet: 66, 2B and A7. RGB value is (102,43,167). Sum of RGB (Red+Green+Blue) = 102+43+167=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #662BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662BA7 is #99D458. Grayscale: #4A4A4A. Windows color (decimal): -10081369 or 10955622. OLE color: 10955622.
HSL color Cylindrical-coordinate representation of color #662BA7: hue angle of 268.55º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662BA7 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 43 | 167 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.35 |
| HSL | 268.55º | 0.59% | 0.41% | - |
| HSV(B) | 268.55º | 0.74% | 0.65% | - |
| XYZ | 13.32 | 7.34 | 37.27 | - |
| YUV | 74.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 167 | 0.39 | 0.74 | 0 | 0.35 | 268.55 | 0.59 | 0.41 |
| Hex | 66 | 2B | A7 | 27 | 4A | 0 | 23 | 10D | 3B | 29 |
| Octal | 146 | 53 | 247 | 47 | 112 | 0 | 43 | 415 | 73 | 51 |
| Binary | 1100110 | 101011 | 10100111 | 100111 | 1001010 | 0 | 100011 | 100001101 | 111011 | 101001 |
Color Harmonies of #662BA7
Complementary color
Monochromatic Colors of #662BA7
Black with #662BA7
Text Example
Text Example
White with #662BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BA7; }
p { color: rgb(102,43,167); }
H1.HeaderClassName
{
color: #662BA7;
}
.AnyTagClassName
{
color: #662BA7;
}
</style>
background-color css
<style>
a { background-color: #662BA7; }
a { background-color: rgb(102,43,167); }
div.DivClassName
{
background-color: #662BA7;
}
.BgClassName
{
background-color: #662BA7;
}
</style>
border-color css
<style>
span { border-color: #662BA7; }
span { border-color: rgb(102,43,167); }
td.TdClassName
{
border-color: #662BA7;
}
.TagClassName
{
border-color: #662BA7;
}
</style>