Shades of Royal Purple #66319A
Tints of Royal Purple #66319A
RGB
CMYK
RGB Variations
Color information
#66319A (or 0x66319A) is known color: Royal Purple. HEX triplet: 66, 31 and 9A. RGB value is (102,49,154). Sum of RGB (Red+Green+Blue) = 102+49+154=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #66319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66319A is #99CE65. Grayscale: #4C4C4C. Windows color (decimal): -10079846 or 10105190. OLE color: 10105190.
HSL color Cylindrical-coordinate representation of color #66319A: hue angle of 270.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66319A is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 49 | 154 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.40 |
| HSL | 270.29º | 0.52% | 0.4% | - |
| HSV(B) | 270.29º | 0.68% | 0.6% | - |
| XYZ | 12.41 | 7.35 | 31.34 | - |
| YUV | 76.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 154 | 0.34 | 0.68 | 0 | 0.40 | 270.29 | 0.52 | 0.4 |
| Hex | 66 | 31 | 9A | 22 | 44 | 0 | 28 | 10E | 34 | 28 |
| Octal | 146 | 61 | 232 | 42 | 104 | 0 | 50 | 416 | 64 | 50 |
| Binary | 1100110 | 110001 | 10011010 | 100010 | 1000100 | 0 | 101000 | 100001110 | 110100 | 101000 |
Color Harmonies of #66319A
Complementary color
Monochromatic Colors of #66319A
Black with #66319A
Text Example
Text Example
White with #66319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66319A; }
p { color: rgb(102,49,154); }
H1.HeaderClassName
{
color: #66319A;
}
.AnyTagClassName
{
color: #66319A;
}
</style>
background-color css
<style>
a { background-color: #66319A; }
a { background-color: rgb(102,49,154); }
div.DivClassName
{
background-color: #66319A;
}
.BgClassName
{
background-color: #66319A;
}
</style>
border-color css
<style>
span { border-color: #66319A; }
span { border-color: rgb(102,49,154); }
td.TdClassName
{
border-color: #66319A;
}
.TagClassName
{
border-color: #66319A;
}
</style>