Shades of Royal Purple #66419F
Tints of Royal Purple #66419F
RGB
CMYK
RGB Variations
Color information
#66419F (or 0x66419F) is known color: Royal Purple. HEX triplet: 66, 41 and 9F. RGB value is (102,65,159). Sum of RGB (Red+Green+Blue) = 102+65+159=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #66419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66419F is #99BE60. Grayscale: #565656. Windows color (decimal): -10075745 or 10436966. OLE color: 10436966.
HSL color Cylindrical-coordinate representation of color #66419F: hue angle of 263.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66419F is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 65 | 159 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.38 |
| HSL | 263.62º | 0.42% | 0.44% | - |
| HSV(B) | 263.62º | 0.59% | 0.62% | - |
| XYZ | 13.63 | 9.11 | 33.84 | - |
| YUV | 86.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 159 | 0.36 | 0.59 | 0 | 0.38 | 263.62 | 0.42 | 0.44 |
| Hex | 66 | 41 | 9F | 24 | 3B | 0 | 26 | 108 | 2A | 2C |
| Octal | 146 | 101 | 237 | 44 | 73 | 0 | 46 | 410 | 52 | 54 |
| Binary | 1100110 | 1000001 | 10011111 | 100100 | 111011 | 0 | 100110 | 100001000 | 101010 | 101100 |
Color Harmonies of #66419F
Complementary color
Monochromatic Colors of #66419F
Black with #66419F
Text Example
Text Example
White with #66419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66419F; }
p { color: rgb(102,65,159); }
H1.HeaderClassName
{
color: #66419F;
}
.AnyTagClassName
{
color: #66419F;
}
</style>
background-color css
<style>
a { background-color: #66419F; }
a { background-color: rgb(102,65,159); }
div.DivClassName
{
background-color: #66419F;
}
.BgClassName
{
background-color: #66419F;
}
</style>
border-color css
<style>
span { border-color: #66419F; }
span { border-color: rgb(102,65,159); }
td.TdClassName
{
border-color: #66419F;
}
.TagClassName
{
border-color: #66419F;
}
</style>