Shades of Royal Purple #66389F
Tints of Royal Purple #66389F
RGB
CMYK
RGB Variations
Color information
#66389F (or 0x66389F) is known color: Royal Purple. HEX triplet: 66, 38 and 9F. RGB value is (102,56,159). Sum of RGB (Red+Green+Blue) = 102+56+159=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #66389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66389F is #99C760. Grayscale: #515151. Windows color (decimal): -10078049 or 10434662. OLE color: 10434662.
HSL color Cylindrical-coordinate representation of color #66389F: hue angle of 266.8º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66389F is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 56 | 159 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.38 |
| HSL | 266.8º | 0.48% | 0.42% | - |
| HSV(B) | 266.8º | 0.65% | 0.62% | - |
| XYZ | 13.15 | 8.16 | 33.68 | - |
| YUV | 81.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 159 | 0.36 | 0.65 | 0 | 0.38 | 266.8 | 0.48 | 0.42 |
| Hex | 66 | 38 | 9F | 24 | 41 | 0 | 26 | 10B | 30 | 2A |
| Octal | 146 | 70 | 237 | 44 | 101 | 0 | 46 | 413 | 60 | 52 |
| Binary | 1100110 | 111000 | 10011111 | 100100 | 1000001 | 0 | 100110 | 100001011 | 110000 | 101010 |
Color Harmonies of #66389F
Complementary color
Monochromatic Colors of #66389F
Black with #66389F
Text Example
Text Example
White with #66389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66389F; }
p { color: rgb(102,56,159); }
H1.HeaderClassName
{
color: #66389F;
}
.AnyTagClassName
{
color: #66389F;
}
</style>
background-color css
<style>
a { background-color: #66389F; }
a { background-color: rgb(102,56,159); }
div.DivClassName
{
background-color: #66389F;
}
.BgClassName
{
background-color: #66389F;
}
</style>
border-color css
<style>
span { border-color: #66389F; }
span { border-color: rgb(102,56,159); }
td.TdClassName
{
border-color: #66389F;
}
.TagClassName
{
border-color: #66389F;
}
</style>