Shades of Royal Purple #66309C
Tints of Royal Purple #66309C
RGB
CMYK
RGB Variations
Color information
#66309C (or 0x66309C) is known color: Royal Purple. HEX triplet: 66, 30 and 9C. RGB value is (102,48,156). Sum of RGB (Red+Green+Blue) = 102+48+156=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #66309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66309C is #99CF63. Grayscale: #4C4C4C. Windows color (decimal): -10080100 or 10236006. OLE color: 10236006.
HSL color Cylindrical-coordinate representation of color #66309C: hue angle of 270º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66309C is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 48 | 156 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.39 |
| HSL | 270º | 0.53% | 0.4% | - |
| HSV(B) | 270º | 0.69% | 0.61% | - |
| XYZ | 12.54 | 7.34 | 32.21 | - |
| YUV | 76.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 156 | 0.35 | 0.69 | 0 | 0.39 | 270 | 0.53 | 0.4 |
| Hex | 66 | 30 | 9C | 23 | 45 | 0 | 27 | 10E | 35 | 28 |
| Octal | 146 | 60 | 234 | 43 | 105 | 0 | 47 | 416 | 65 | 50 |
| Binary | 1100110 | 110000 | 10011100 | 100011 | 1000101 | 0 | 100111 | 100001110 | 110101 | 101000 |
Color Harmonies of #66309C
Complementary color
Monochromatic Colors of #66309C
Black with #66309C
Text Example
Text Example
White with #66309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66309C; }
p { color: rgb(102,48,156); }
H1.HeaderClassName
{
color: #66309C;
}
.AnyTagClassName
{
color: #66309C;
}
</style>
background-color css
<style>
a { background-color: #66309C; }
a { background-color: rgb(102,48,156); }
div.DivClassName
{
background-color: #66309C;
}
.BgClassName
{
background-color: #66309C;
}
</style>
border-color css
<style>
span { border-color: #66309C; }
span { border-color: rgb(102,48,156); }
td.TdClassName
{
border-color: #66309C;
}
.TagClassName
{
border-color: #66309C;
}
</style>