Shades of Royal Purple #653292
Tints of Royal Purple #653292
RGB
CMYK
RGB Variations
Color information
#653292 (or 0x653292) is known color: Royal Purple. HEX triplet: 65, 32 and 92. RGB value is (101,50,146). Sum of RGB (Red+Green+Blue) = 101+50+146=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #653292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653292 is #9ACD6D. Grayscale: #4B4B4B. Windows color (decimal): -10145134 or 9581157. OLE color: 9581157.
HSL color Cylindrical-coordinate representation of color #653292: hue angle of 271.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653292 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 50 | 146 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.43 |
| HSL | 271.88º | 0.49% | 0.38% | - |
| HSV(B) | 271.88º | 0.66% | 0.57% | - |
| XYZ | 11.7 | 7.12 | 27.95 | - |
| YUV | 76.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 146 | 0.31 | 0.66 | 0 | 0.43 | 271.88 | 0.49 | 0.38 |
| Hex | 65 | 32 | 92 | 1F | 42 | 0 | 2B | 110 | 31 | 26 |
| Octal | 145 | 62 | 222 | 37 | 102 | 0 | 53 | 420 | 61 | 46 |
| Binary | 1100101 | 110010 | 10010010 | 11111 | 1000010 | 0 | 101011 | 100010000 | 110001 | 100110 |
Color Harmonies of #653292
Complementary color
Monochromatic Colors of #653292
Black with #653292
Text Example
Text Example
White with #653292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653292; }
p { color: rgb(101,50,146); }
H1.HeaderClassName
{
color: #653292;
}
.AnyTagClassName
{
color: #653292;
}
</style>
background-color css
<style>
a { background-color: #653292; }
a { background-color: rgb(101,50,146); }
div.DivClassName
{
background-color: #653292;
}
.BgClassName
{
background-color: #653292;
}
</style>
border-color css
<style>
span { border-color: #653292; }
span { border-color: rgb(101,50,146); }
td.TdClassName
{
border-color: #653292;
}
.TagClassName
{
border-color: #653292;
}
</style>