Shades of Royal Purple #65329C
Tints of Royal Purple #65329C
RGB
CMYK
RGB Variations
Color information
#65329C (or 0x65329C) is known color: Royal Purple. HEX triplet: 65, 32 and 9C. RGB value is (101,50,156). Sum of RGB (Red+Green+Blue) = 101+50+156=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #65329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65329C is #9ACD63. Grayscale: #4C4C4C. Windows color (decimal): -10145124 or 10236517. OLE color: 10236517.
HSL color Cylindrical-coordinate representation of color #65329C: hue angle of 268.87º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65329C is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 50 | 156 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.39 |
| HSL | 268.87º | 0.51% | 0.4% | - |
| HSV(B) | 268.87º | 0.68% | 0.61% | - |
| XYZ | 12.51 | 7.45 | 32.23 | - |
| YUV | 77.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 156 | 0.35 | 0.68 | 0 | 0.39 | 268.87 | 0.51 | 0.4 |
| Hex | 65 | 32 | 9C | 23 | 44 | 0 | 27 | 10D | 33 | 28 |
| Octal | 145 | 62 | 234 | 43 | 104 | 0 | 47 | 415 | 63 | 50 |
| Binary | 1100101 | 110010 | 10011100 | 100011 | 1000100 | 0 | 100111 | 100001101 | 110011 | 101000 |
Color Harmonies of #65329C
Complementary color
Monochromatic Colors of #65329C
Black with #65329C
Text Example
Text Example
White with #65329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65329C; }
p { color: rgb(101,50,156); }
H1.HeaderClassName
{
color: #65329C;
}
.AnyTagClassName
{
color: #65329C;
}
</style>
background-color css
<style>
a { background-color: #65329C; }
a { background-color: rgb(101,50,156); }
div.DivClassName
{
background-color: #65329C;
}
.BgClassName
{
background-color: #65329C;
}
</style>
border-color css
<style>
span { border-color: #65329C; }
span { border-color: rgb(101,50,156); }
td.TdClassName
{
border-color: #65329C;
}
.TagClassName
{
border-color: #65329C;
}
</style>