Shades of Royal Purple #643195
Tints of Royal Purple #643195
RGB
CMYK
RGB Variations
Color information
#643195 (or 0x643195) is known color: Royal Purple. HEX triplet: 64, 31 and 95. RGB value is (100,49,149). Sum of RGB (Red+Green+Blue) = 100+49+149=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #643195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643195 is #9BCE6A. Grayscale: #4B4B4B. Windows color (decimal): -10210923 or 9777508. OLE color: 9777508.
HSL color Cylindrical-coordinate representation of color #643195: hue angle of 270.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643195 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 49 | 149 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.42 |
| HSL | 270.6º | 0.51% | 0.39% | - |
| HSV(B) | 270.6º | 0.67% | 0.58% | - |
| XYZ | 11.78 | 7.08 | 29.18 | - |
| YUV | 75.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 149 | 0.33 | 0.67 | 0 | 0.42 | 270.6 | 0.51 | 0.39 |
| Hex | 64 | 31 | 95 | 21 | 43 | 0 | 2A | 10F | 33 | 27 |
| Octal | 144 | 61 | 225 | 41 | 103 | 0 | 52 | 417 | 63 | 47 |
| Binary | 1100100 | 110001 | 10010101 | 100001 | 1000011 | 0 | 101010 | 100001111 | 110011 | 100111 |
Color Harmonies of #643195
Complementary color
Monochromatic Colors of #643195
Black with #643195
Text Example
Text Example
White with #643195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643195; }
p { color: rgb(100,49,149); }
H1.HeaderClassName
{
color: #643195;
}
.AnyTagClassName
{
color: #643195;
}
</style>
background-color css
<style>
a { background-color: #643195; }
a { background-color: rgb(100,49,149); }
div.DivClassName
{
background-color: #643195;
}
.BgClassName
{
background-color: #643195;
}
</style>
border-color css
<style>
span { border-color: #643195; }
span { border-color: rgb(100,49,149); }
td.TdClassName
{
border-color: #643195;
}
.TagClassName
{
border-color: #643195;
}
</style>