Shades of Royal Purple #66259B
Tints of Royal Purple #66259B
RGB
CMYK
RGB Variations
Color information
#66259B (or 0x66259B) is known color: Royal Purple. HEX triplet: 66, 25 and 9B. RGB value is (102,37,155). Sum of RGB (Red+Green+Blue) = 102+37+155=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #66259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66259B is #99DA64. Grayscale: #454545. Windows color (decimal): -10082917 or 10167654. OLE color: 10167654.
HSL color Cylindrical-coordinate representation of color #66259B: hue angle of 273.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66259B is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 37 | 155 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.39 |
| HSL | 273.05º | 0.61% | 0.38% | - |
| HSV(B) | 273.05º | 0.76% | 0.61% | - |
| XYZ | 12.06 | 6.51 | 31.63 | - |
| YUV | 69.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 155 | 0.34 | 0.76 | 0 | 0.39 | 273.05 | 0.61 | 0.38 |
| Hex | 66 | 25 | 9B | 22 | 4C | 0 | 27 | 111 | 3D | 26 |
| Octal | 146 | 45 | 233 | 42 | 114 | 0 | 47 | 421 | 75 | 46 |
| Binary | 1100110 | 100101 | 10011011 | 100010 | 1001100 | 0 | 100111 | 100010001 | 111101 | 100110 |
Color Harmonies of #66259B
Complementary color
Monochromatic Colors of #66259B
Black with #66259B
Text Example
Text Example
White with #66259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66259B; }
p { color: rgb(102,37,155); }
H1.HeaderClassName
{
color: #66259B;
}
.AnyTagClassName
{
color: #66259B;
}
</style>
background-color css
<style>
a { background-color: #66259B; }
a { background-color: rgb(102,37,155); }
div.DivClassName
{
background-color: #66259B;
}
.BgClassName
{
background-color: #66259B;
}
</style>
border-color css
<style>
span { border-color: #66259B; }
span { border-color: rgb(102,37,155); }
td.TdClassName
{
border-color: #66259B;
}
.TagClassName
{
border-color: #66259B;
}
</style>