Shades of Royal Purple #66429F
Tints of Royal Purple #66429F
RGB
CMYK
RGB Variations
Color information
#66429F (or 0x66429F) is known color: Royal Purple. HEX triplet: 66, 42 and 9F. RGB value is (102,66,159). Sum of RGB (Red+Green+Blue) = 102+66+159=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #66429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66429F is #99BD60. Grayscale: #575757. Windows color (decimal): -10075489 or 10437222. OLE color: 10437222.
HSL color Cylindrical-coordinate representation of color #66429F: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66429F is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 66 | 159 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.38 |
| HSL | 263.23º | 0.41% | 0.44% | - |
| HSV(B) | 263.23º | 0.58% | 0.62% | - |
| XYZ | 13.69 | 9.22 | 33.86 | - |
| YUV | 87.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 159 | 0.36 | 0.58 | 0 | 0.38 | 263.23 | 0.41 | 0.44 |
| Hex | 66 | 42 | 9F | 24 | 3A | 0 | 26 | 107 | 29 | 2C |
| Octal | 146 | 102 | 237 | 44 | 72 | 0 | 46 | 407 | 51 | 54 |
| Binary | 1100110 | 1000010 | 10011111 | 100100 | 111010 | 0 | 100110 | 100000111 | 101001 | 101100 |
Color Harmonies of #66429F
Complementary color
Monochromatic Colors of #66429F
Black with #66429F
Text Example
Text Example
White with #66429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66429F; }
p { color: rgb(102,66,159); }
H1.HeaderClassName
{
color: #66429F;
}
.AnyTagClassName
{
color: #66429F;
}
</style>
background-color css
<style>
a { background-color: #66429F; }
a { background-color: rgb(102,66,159); }
div.DivClassName
{
background-color: #66429F;
}
.BgClassName
{
background-color: #66429F;
}
</style>
border-color css
<style>
span { border-color: #66429F; }
span { border-color: rgb(102,66,159); }
td.TdClassName
{
border-color: #66429F;
}
.TagClassName
{
border-color: #66429F;
}
</style>