Shades of Royal Purple #64309B
Tints of Royal Purple #64309B
RGB
CMYK
RGB Variations
Color information
#64309B (or 0x64309B) is known color: Royal Purple. HEX triplet: 64, 30 and 9B. RGB value is (100,48,155). Sum of RGB (Red+Green+Blue) = 100+48+155=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #64309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64309B is #9BCF64. Grayscale: #4B4B4B. Windows color (decimal): -10211173 or 10170468. OLE color: 10170468.
HSL color Cylindrical-coordinate representation of color #64309B: hue angle of 269.16º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64309B is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 48 | 155 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.39 |
| HSL | 269.16º | 0.53% | 0.4% | - |
| HSV(B) | 269.16º | 0.69% | 0.61% | - |
| XYZ | 12.23 | 7.19 | 31.75 | - |
| YUV | 75.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 155 | 0.35 | 0.69 | 0 | 0.39 | 269.16 | 0.53 | 0.4 |
| Hex | 64 | 30 | 9B | 23 | 45 | 0 | 27 | 10D | 35 | 28 |
| Octal | 144 | 60 | 233 | 43 | 105 | 0 | 47 | 415 | 65 | 50 |
| Binary | 1100100 | 110000 | 10011011 | 100011 | 1000101 | 0 | 100111 | 100001101 | 110101 | 101000 |
Color Harmonies of #64309B
Complementary color
Monochromatic Colors of #64309B
Black with #64309B
Text Example
Text Example
White with #64309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64309B; }
p { color: rgb(100,48,155); }
H1.HeaderClassName
{
color: #64309B;
}
.AnyTagClassName
{
color: #64309B;
}
</style>
background-color css
<style>
a { background-color: #64309B; }
a { background-color: rgb(100,48,155); }
div.DivClassName
{
background-color: #64309B;
}
.BgClassName
{
background-color: #64309B;
}
</style>
border-color css
<style>
span { border-color: #64309B; }
span { border-color: rgb(100,48,155); }
td.TdClassName
{
border-color: #64309B;
}
.TagClassName
{
border-color: #64309B;
}
</style>