Shades of Royal Purple #643096
Tints of Royal Purple #643096
RGB
CMYK
RGB Variations
Color information
#643096 (or 0x643096) is known color: Royal Purple. HEX triplet: 64, 30 and 96. RGB value is (100,48,150). Sum of RGB (Red+Green+Blue) = 100+48+150=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #643096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643096 is #9BCF69. Grayscale: #4A4A4A. Windows color (decimal): -10211178 or 9842788. OLE color: 9842788.
HSL color Cylindrical-coordinate representation of color #643096: hue angle of 270.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643096 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 48 | 150 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.41 |
| HSL | 270.59º | 0.52% | 0.39% | - |
| HSV(B) | 270.59º | 0.68% | 0.59% | - |
| XYZ | 11.82 | 7.03 | 29.59 | - |
| YUV | 75.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 150 | 0.33 | 0.68 | 0 | 0.41 | 270.59 | 0.52 | 0.39 |
| Hex | 64 | 30 | 96 | 21 | 44 | 0 | 29 | 10F | 34 | 27 |
| Octal | 144 | 60 | 226 | 41 | 104 | 0 | 51 | 417 | 64 | 47 |
| Binary | 1100100 | 110000 | 10010110 | 100001 | 1000100 | 0 | 101001 | 100001111 | 110100 | 100111 |
Color Harmonies of #643096
Complementary color
Monochromatic Colors of #643096
Black with #643096
Text Example
Text Example
White with #643096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643096; }
p { color: rgb(100,48,150); }
H1.HeaderClassName
{
color: #643096;
}
.AnyTagClassName
{
color: #643096;
}
</style>
background-color css
<style>
a { background-color: #643096; }
a { background-color: rgb(100,48,150); }
div.DivClassName
{
background-color: #643096;
}
.BgClassName
{
background-color: #643096;
}
</style>
border-color css
<style>
span { border-color: #643096; }
span { border-color: rgb(100,48,150); }
td.TdClassName
{
border-color: #643096;
}
.TagClassName
{
border-color: #643096;
}
</style>