Shades of Royal Purple #66239C
Tints of Royal Purple #66239C
RGB
CMYK
RGB Variations
Color information
#66239C (or 0x66239C) is known color: Royal Purple. HEX triplet: 66, 23 and 9C. RGB value is (102,35,156). Sum of RGB (Red+Green+Blue) = 102+35+156=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #66239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66239C is #99DC63. Grayscale: #444444. Windows color (decimal): -10083428 or 10232678. OLE color: 10232678.
HSL color Cylindrical-coordinate representation of color #66239C: hue angle of 273.22º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66239C is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 35 | 156 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.39 |
| HSL | 273.22º | 0.63% | 0.37% | - |
| HSV(B) | 273.22º | 0.78% | 0.61% | - |
| XYZ | 12.08 | 6.43 | 32.06 | - |
| YUV | 68.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 156 | 0.35 | 0.78 | 0 | 0.39 | 273.22 | 0.63 | 0.37 |
| Hex | 66 | 23 | 9C | 23 | 4E | 0 | 27 | 111 | 3F | 25 |
| Octal | 146 | 43 | 234 | 43 | 116 | 0 | 47 | 421 | 77 | 45 |
| Binary | 1100110 | 100011 | 10011100 | 100011 | 1001110 | 0 | 100111 | 100010001 | 111111 | 100101 |
Color Harmonies of #66239C
Complementary color
Monochromatic Colors of #66239C
Black with #66239C
Text Example
Text Example
White with #66239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66239C; }
p { color: rgb(102,35,156); }
H1.HeaderClassName
{
color: #66239C;
}
.AnyTagClassName
{
color: #66239C;
}
</style>
background-color css
<style>
a { background-color: #66239C; }
a { background-color: rgb(102,35,156); }
div.DivClassName
{
background-color: #66239C;
}
.BgClassName
{
background-color: #66239C;
}
</style>
border-color css
<style>
span { border-color: #66239C; }
span { border-color: rgb(102,35,156); }
td.TdClassName
{
border-color: #66239C;
}
.TagClassName
{
border-color: #66239C;
}
</style>