Shades of Royal Purple #66429A
Tints of Royal Purple #66429A
RGB
CMYK
RGB Variations
Color information
#66429A (or 0x66429A) is known color: Royal Purple. HEX triplet: 66, 42 and 9A. RGB value is (102,66,154). Sum of RGB (Red+Green+Blue) = 102+66+154=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #66429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66429A is #99BD65. Grayscale: #565656. Windows color (decimal): -10075494 or 10109542. OLE color: 10109542.
HSL color Cylindrical-coordinate representation of color #66429A: hue angle of 264.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66429A is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 66 | 154 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.40 |
| HSL | 264.55º | 0.4% | 0.43% | - |
| HSV(B) | 264.55º | 0.57% | 0.6% | - |
| XYZ | 13.26 | 9.05 | 31.62 | - |
| YUV | 86.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 154 | 0.34 | 0.57 | 0 | 0.40 | 264.55 | 0.4 | 0.43 |
| Hex | 66 | 42 | 9A | 22 | 39 | 0 | 28 | 109 | 28 | 2B |
| Octal | 146 | 102 | 232 | 42 | 71 | 0 | 50 | 411 | 50 | 53 |
| Binary | 1100110 | 1000010 | 10011010 | 100010 | 111001 | 0 | 101000 | 100001001 | 101000 | 101011 |
Color Harmonies of #66429A
Complementary color
Monochromatic Colors of #66429A
Black with #66429A
Text Example
Text Example
White with #66429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66429A; }
p { color: rgb(102,66,154); }
H1.HeaderClassName
{
color: #66429A;
}
.AnyTagClassName
{
color: #66429A;
}
</style>
background-color css
<style>
a { background-color: #66429A; }
a { background-color: rgb(102,66,154); }
div.DivClassName
{
background-color: #66429A;
}
.BgClassName
{
background-color: #66429A;
}
</style>
border-color css
<style>
span { border-color: #66429A; }
span { border-color: rgb(102,66,154); }
td.TdClassName
{
border-color: #66429A;
}
.TagClassName
{
border-color: #66429A;
}
</style>