Shades of Royal Purple #6448AC
Tints of Royal Purple #6448AC
RGB
CMYK
RGB Variations
Color information
#6448AC (or 0x6448AC) is known color: Royal Purple. HEX triplet: 64, 48 and AC. RGB value is (100,72,172). Sum of RGB (Red+Green+Blue) = 100+72+172=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6448AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6448AC is #9BB753. Grayscale: #5B5B5B. Windows color (decimal): -10205012 or 11290724. OLE color: 11290724.
HSL color Cylindrical-coordinate representation of color #6448AC: hue angle of 256.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6448AC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 72 | 172 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.33 |
| HSL | 256.8º | 0.41% | 0.48% | - |
| HSV(B) | 256.8º | 0.58% | 0.67% | - |
| XYZ | 15.02 | 10.32 | 40.23 | - |
| YUV | 91.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 172 | 0.42 | 0.58 | 0 | 0.33 | 256.8 | 0.41 | 0.48 |
| Hex | 64 | 48 | AC | 2A | 3A | 0 | 21 | 101 | 29 | 30 |
| Octal | 144 | 110 | 254 | 52 | 72 | 0 | 41 | 401 | 51 | 60 |
| Binary | 1100100 | 1001000 | 10101100 | 101010 | 111010 | 0 | 100001 | 100000001 | 101001 | 110000 |
Color Harmonies of #6448AC
Complementary color
Monochromatic Colors of #6448AC
Black with #6448AC
Text Example
Text Example
White with #6448AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6448AC; }
p { color: rgb(100,72,172); }
H1.HeaderClassName
{
color: #6448AC;
}
.AnyTagClassName
{
color: #6448AC;
}
</style>
background-color css
<style>
a { background-color: #6448AC; }
a { background-color: rgb(100,72,172); }
div.DivClassName
{
background-color: #6448AC;
}
.BgClassName
{
background-color: #6448AC;
}
</style>
border-color css
<style>
span { border-color: #6448AC; }
span { border-color: rgb(100,72,172); }
td.TdClassName
{
border-color: #6448AC;
}
.TagClassName
{
border-color: #6448AC;
}
</style>