Shades of Royal Purple #654396
Tints of Royal Purple #654396
RGB
CMYK
RGB Variations
Color information
#654396 (or 0x654396) is known color: Royal Purple. HEX triplet: 65, 43 and 96. RGB value is (101,67,150). Sum of RGB (Red+Green+Blue) = 101+67+150=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #654396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654396 is #9ABC69. Grayscale: #565656. Windows color (decimal): -10140778 or 9847653. OLE color: 9847653.
HSL color Cylindrical-coordinate representation of color #654396: hue angle of 264.58º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654396 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 67 | 150 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.41 |
| HSL | 264.58º | 0.38% | 0.43% | - |
| HSV(B) | 264.58º | 0.55% | 0.59% | - |
| XYZ | 12.88 | 8.98 | 29.91 | - |
| YUV | 86.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 150 | 0.33 | 0.55 | 0 | 0.41 | 264.58 | 0.38 | 0.43 |
| Hex | 65 | 43 | 96 | 21 | 37 | 0 | 29 | 109 | 26 | 2B |
| Octal | 145 | 103 | 226 | 41 | 67 | 0 | 51 | 411 | 46 | 53 |
| Binary | 1100101 | 1000011 | 10010110 | 100001 | 110111 | 0 | 101001 | 100001001 | 100110 | 101011 |
Color Harmonies of #654396
Complementary color
Monochromatic Colors of #654396
Black with #654396
Text Example
Text Example
White with #654396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654396; }
p { color: rgb(101,67,150); }
H1.HeaderClassName
{
color: #654396;
}
.AnyTagClassName
{
color: #654396;
}
</style>
background-color css
<style>
a { background-color: #654396; }
a { background-color: rgb(101,67,150); }
div.DivClassName
{
background-color: #654396;
}
.BgClassName
{
background-color: #654396;
}
</style>
border-color css
<style>
span { border-color: #654396; }
span { border-color: rgb(101,67,150); }
td.TdClassName
{
border-color: #654396;
}
.TagClassName
{
border-color: #654396;
}
</style>