Shades of Royal Purple #64309E
Tints of Royal Purple #64309E
RGB
CMYK
RGB Variations
Color information
#64309E (or 0x64309E) is known color: Royal Purple. HEX triplet: 64, 30 and 9E. RGB value is (100,48,158). Sum of RGB (Red+Green+Blue) = 100+48+158=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #64309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64309E is #9BCF61. Grayscale: #4B4B4B. Windows color (decimal): -10211170 or 10367076. OLE color: 10367076.
HSL color Cylindrical-coordinate representation of color #64309E: hue angle of 268.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64309E is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 48 | 158 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.38 |
| HSL | 268.36º | 0.53% | 0.4% | - |
| HSV(B) | 268.36º | 0.7% | 0.62% | - |
| XYZ | 12.48 | 7.29 | 33.1 | - |
| YUV | 76.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 158 | 0.37 | 0.70 | 0 | 0.38 | 268.36 | 0.53 | 0.4 |
| Hex | 64 | 30 | 9E | 25 | 46 | 0 | 26 | 10C | 35 | 28 |
| Octal | 144 | 60 | 236 | 45 | 106 | 0 | 46 | 414 | 65 | 50 |
| Binary | 1100100 | 110000 | 10011110 | 100101 | 1000110 | 0 | 100110 | 100001100 | 110101 | 101000 |
Color Harmonies of #64309E
Complementary color
Monochromatic Colors of #64309E
Black with #64309E
Text Example
Text Example
White with #64309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64309E; }
p { color: rgb(100,48,158); }
H1.HeaderClassName
{
color: #64309E;
}
.AnyTagClassName
{
color: #64309E;
}
</style>
background-color css
<style>
a { background-color: #64309E; }
a { background-color: rgb(100,48,158); }
div.DivClassName
{
background-color: #64309E;
}
.BgClassName
{
background-color: #64309E;
}
</style>
border-color css
<style>
span { border-color: #64309E; }
span { border-color: rgb(100,48,158); }
td.TdClassName
{
border-color: #64309E;
}
.TagClassName
{
border-color: #64309E;
}
</style>