Shades of Royal Purple #643094
Tints of Royal Purple #643094
RGB
CMYK
RGB Variations
Color information
#643094 (or 0x643094) is known color: Royal Purple. HEX triplet: 64, 30 and 94. RGB value is (100,48,148). Sum of RGB (Red+Green+Blue) = 100+48+148=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #643094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643094 is #9BCF6B. Grayscale: #4A4A4A. Windows color (decimal): -10211180 or 9711716. OLE color: 9711716.
HSL color Cylindrical-coordinate representation of color #643094: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643094 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 48 | 148 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.42 |
| HSL | 271.2º | 0.51% | 0.38% | - |
| HSV(B) | 271.2º | 0.68% | 0.58% | - |
| XYZ | 11.66 | 6.96 | 28.75 | - |
| YUV | 74.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 148 | 0.32 | 0.68 | 0 | 0.42 | 271.2 | 0.51 | 0.38 |
| Hex | 64 | 30 | 94 | 20 | 44 | 0 | 2A | 10F | 33 | 26 |
| Octal | 144 | 60 | 224 | 40 | 104 | 0 | 52 | 417 | 63 | 46 |
| Binary | 1100100 | 110000 | 10010100 | 100000 | 1000100 | 0 | 101010 | 100001111 | 110011 | 100110 |
Color Harmonies of #643094
Complementary color
Monochromatic Colors of #643094
Black with #643094
Text Example
Text Example
White with #643094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643094; }
p { color: rgb(100,48,148); }
H1.HeaderClassName
{
color: #643094;
}
.AnyTagClassName
{
color: #643094;
}
</style>
background-color css
<style>
a { background-color: #643094; }
a { background-color: rgb(100,48,148); }
div.DivClassName
{
background-color: #643094;
}
.BgClassName
{
background-color: #643094;
}
</style>
border-color css
<style>
span { border-color: #643094; }
span { border-color: rgb(100,48,148); }
td.TdClassName
{
border-color: #643094;
}
.TagClassName
{
border-color: #643094;
}
</style>