Shades of Royal Purple #6445AA
Tints of Royal Purple #6445AA
RGB
CMYK
RGB Variations
Color information
#6445AA (or 0x6445AA) is known color: Royal Purple. HEX triplet: 64, 45 and AA. RGB value is (100,69,170). Sum of RGB (Red+Green+Blue) = 100+69+170=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6445AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6445AA is #9BBA55. Grayscale: #595959. Windows color (decimal): -10205782 or 11158884. OLE color: 11158884.
HSL color Cylindrical-coordinate representation of color #6445AA: hue angle of 258.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6445AA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 69 | 170 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.33 |
| HSL | 258.42º | 0.42% | 0.47% | - |
| HSV(B) | 258.42º | 0.59% | 0.67% | - |
| XYZ | 14.64 | 9.87 | 39.16 | - |
| YUV | 89.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 170 | 0.41 | 0.59 | 0 | 0.33 | 258.42 | 0.42 | 0.47 |
| Hex | 64 | 45 | AA | 29 | 3B | 0 | 21 | 102 | 2A | 2F |
| Octal | 144 | 105 | 252 | 51 | 73 | 0 | 41 | 402 | 52 | 57 |
| Binary | 1100100 | 1000101 | 10101010 | 101001 | 111011 | 0 | 100001 | 100000010 | 101010 | 101111 |
Color Harmonies of #6445AA
Complementary color
Monochromatic Colors of #6445AA
Black with #6445AA
Text Example
Text Example
White with #6445AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6445AA; }
p { color: rgb(100,69,170); }
H1.HeaderClassName
{
color: #6445AA;
}
.AnyTagClassName
{
color: #6445AA;
}
</style>
background-color css
<style>
a { background-color: #6445AA; }
a { background-color: rgb(100,69,170); }
div.DivClassName
{
background-color: #6445AA;
}
.BgClassName
{
background-color: #6445AA;
}
</style>
border-color css
<style>
span { border-color: #6445AA; }
span { border-color: rgb(100,69,170); }
td.TdClassName
{
border-color: #6445AA;
}
.TagClassName
{
border-color: #6445AA;
}
</style>