Shades of Royal Purple #662BA2
Tints of Royal Purple #662BA2
RGB
CMYK
RGB Variations
Color information
#662BA2 (or 0x662BA2) is known color: Royal Purple. HEX triplet: 66, 2B and A2. RGB value is (102,43,162). Sum of RGB (Red+Green+Blue) = 102+43+162=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #662BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662BA2 is #99D45D. Grayscale: #494949. Windows color (decimal): -10081374 or 10627942. OLE color: 10627942.
HSL color Cylindrical-coordinate representation of color #662BA2: hue angle of 269.75º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662BA2 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 43 | 162 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.36 |
| HSL | 269.75º | 0.58% | 0.4% | - |
| HSV(B) | 269.75º | 0.73% | 0.64% | - |
| XYZ | 12.86 | 7.16 | 34.89 | - |
| YUV | 74.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 162 | 0.37 | 0.73 | 0 | 0.36 | 269.75 | 0.58 | 0.4 |
| Hex | 66 | 2B | A2 | 25 | 49 | 0 | 24 | 10E | 3A | 28 |
| Octal | 146 | 53 | 242 | 45 | 111 | 0 | 44 | 416 | 72 | 50 |
| Binary | 1100110 | 101011 | 10100010 | 100101 | 1001001 | 0 | 100100 | 100001110 | 111010 | 101000 |
Color Harmonies of #662BA2
Complementary color
Monochromatic Colors of #662BA2
Black with #662BA2
Text Example
Text Example
White with #662BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BA2; }
p { color: rgb(102,43,162); }
H1.HeaderClassName
{
color: #662BA2;
}
.AnyTagClassName
{
color: #662BA2;
}
</style>
background-color css
<style>
a { background-color: #662BA2; }
a { background-color: rgb(102,43,162); }
div.DivClassName
{
background-color: #662BA2;
}
.BgClassName
{
background-color: #662BA2;
}
</style>
border-color css
<style>
span { border-color: #662BA2; }
span { border-color: rgb(102,43,162); }
td.TdClassName
{
border-color: #662BA2;
}
.TagClassName
{
border-color: #662BA2;
}
</style>