Shades of Royal Purple #64279C
Tints of Royal Purple #64279C
RGB
CMYK
RGB Variations
Color information
#64279C (or 0x64279C) is known color: Royal Purple. HEX triplet: 64, 27 and 9C. RGB value is (100,39,156). Sum of RGB (Red+Green+Blue) = 100+39+156=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #64279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64279C is #9BD863. Grayscale: #464646. Windows color (decimal): -10213476 or 10233700. OLE color: 10233700.
HSL color Cylindrical-coordinate representation of color #64279C: hue angle of 271.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64279C is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 39 | 156 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.39 |
| HSL | 271.28º | 0.6% | 0.38% | - |
| HSV(B) | 271.28º | 0.75% | 0.61% | - |
| XYZ | 11.98 | 6.56 | 32.09 | - |
| YUV | 70.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 156 | 0.36 | 0.75 | 0 | 0.39 | 271.28 | 0.6 | 0.38 |
| Hex | 64 | 27 | 9C | 24 | 4B | 0 | 27 | 10F | 3C | 26 |
| Octal | 144 | 47 | 234 | 44 | 113 | 0 | 47 | 417 | 74 | 46 |
| Binary | 1100100 | 100111 | 10011100 | 100100 | 1001011 | 0 | 100111 | 100001111 | 111100 | 100110 |
Color Harmonies of #64279C
Complementary color
Monochromatic Colors of #64279C
Black with #64279C
Text Example
Text Example
White with #64279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64279C; }
p { color: rgb(100,39,156); }
H1.HeaderClassName
{
color: #64279C;
}
.AnyTagClassName
{
color: #64279C;
}
</style>
background-color css
<style>
a { background-color: #64279C; }
a { background-color: rgb(100,39,156); }
div.DivClassName
{
background-color: #64279C;
}
.BgClassName
{
background-color: #64279C;
}
</style>
border-color css
<style>
span { border-color: #64279C; }
span { border-color: rgb(100,39,156); }
td.TdClassName
{
border-color: #64279C;
}
.TagClassName
{
border-color: #64279C;
}
</style>