Shades of Royal Purple #64269F
Tints of Royal Purple #64269F
RGB
CMYK
RGB Variations
Color information
#64269F (or 0x64269F) is known color: Royal Purple. HEX triplet: 64, 26 and 9F. RGB value is (100,38,159). Sum of RGB (Red+Green+Blue) = 100+38+159=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #64269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64269F is #9BD960. Grayscale: #454545. Windows color (decimal): -10213729 or 10430052. OLE color: 10430052.
HSL color Cylindrical-coordinate representation of color #64269F: hue angle of 270.74º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64269F is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 38 | 159 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.38 |
| HSL | 270.74º | 0.61% | 0.39% | - |
| HSV(B) | 270.74º | 0.76% | 0.62% | - |
| XYZ | 12.21 | 6.6 | 33.43 | - |
| YUV | 70.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 159 | 0.37 | 0.76 | 0 | 0.38 | 270.74 | 0.61 | 0.39 |
| Hex | 64 | 26 | 9F | 25 | 4C | 0 | 26 | 10F | 3D | 27 |
| Octal | 144 | 46 | 237 | 45 | 114 | 0 | 46 | 417 | 75 | 47 |
| Binary | 1100100 | 100110 | 10011111 | 100101 | 1001100 | 0 | 100110 | 100001111 | 111101 | 100111 |
Color Harmonies of #64269F
Complementary color
Monochromatic Colors of #64269F
Black with #64269F
Text Example
Text Example
White with #64269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64269F; }
p { color: rgb(100,38,159); }
H1.HeaderClassName
{
color: #64269F;
}
.AnyTagClassName
{
color: #64269F;
}
</style>
background-color css
<style>
a { background-color: #64269F; }
a { background-color: rgb(100,38,159); }
div.DivClassName
{
background-color: #64269F;
}
.BgClassName
{
background-color: #64269F;
}
</style>
border-color css
<style>
span { border-color: #64269F; }
span { border-color: rgb(100,38,159); }
td.TdClassName
{
border-color: #64269F;
}
.TagClassName
{
border-color: #64269F;
}
</style>