Shades of Royal Purple #643394
Tints of Royal Purple #643394
RGB
CMYK
RGB Variations
Color information
#643394 (or 0x643394) is known color: Royal Purple. HEX triplet: 64, 33 and 94. RGB value is (100,51,148). Sum of RGB (Red+Green+Blue) = 100+51+148=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #643394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643394 is #9BCC6B. Grayscale: #4C4C4C. Windows color (decimal): -10210412 or 9712484. OLE color: 9712484.
HSL color Cylindrical-coordinate representation of color #643394: hue angle of 270.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643394 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 51 | 148 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.42 |
| HSL | 270.31º | 0.49% | 0.39% | - |
| HSV(B) | 270.31º | 0.66% | 0.58% | - |
| XYZ | 11.78 | 7.22 | 28.79 | - |
| YUV | 76.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 148 | 0.32 | 0.66 | 0 | 0.42 | 270.31 | 0.49 | 0.39 |
| Hex | 64 | 33 | 94 | 20 | 42 | 0 | 2A | 10E | 31 | 27 |
| Octal | 144 | 63 | 224 | 40 | 102 | 0 | 52 | 416 | 61 | 47 |
| Binary | 1100100 | 110011 | 10010100 | 100000 | 1000010 | 0 | 101010 | 100001110 | 110001 | 100111 |
Color Harmonies of #643394
Complementary color
Monochromatic Colors of #643394
Black with #643394
Text Example
Text Example
White with #643394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643394; }
p { color: rgb(100,51,148); }
H1.HeaderClassName
{
color: #643394;
}
.AnyTagClassName
{
color: #643394;
}
</style>
background-color css
<style>
a { background-color: #643394; }
a { background-color: rgb(100,51,148); }
div.DivClassName
{
background-color: #643394;
}
.BgClassName
{
background-color: #643394;
}
</style>
border-color css
<style>
span { border-color: #643394; }
span { border-color: rgb(100,51,148); }
td.TdClassName
{
border-color: #643394;
}
.TagClassName
{
border-color: #643394;
}
</style>