Shades of Royal Purple #6341AA
Tints of Royal Purple #6341AA
RGB
CMYK
RGB Variations
Color information
#6341AA (or 0x6341AA) is known color: Royal Purple. HEX triplet: 63, 41 and AA. RGB value is (99,65,170). Sum of RGB (Red+Green+Blue) = 99+65+170=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #6341AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6341AA is #9CBE55. Grayscale: #565656. Windows color (decimal): -10272342 or 11157859. OLE color: 11157859.
HSL color Cylindrical-coordinate representation of color #6341AA: hue angle of 259.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6341AA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 65 | 170 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.33 |
| HSL | 259.43º | 0.45% | 0.46% | - |
| HSV(B) | 259.43º | 0.62% | 0.67% | - |
| XYZ | 14.29 | 9.34 | 39.08 | - |
| YUV | 87.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 170 | 0.42 | 0.62 | 0 | 0.33 | 259.43 | 0.45 | 0.46 |
| Hex | 63 | 41 | AA | 2A | 3E | 0 | 21 | 103 | 2D | 2E |
| Octal | 143 | 101 | 252 | 52 | 76 | 0 | 41 | 403 | 55 | 56 |
| Binary | 1100011 | 1000001 | 10101010 | 101010 | 111110 | 0 | 100001 | 100000011 | 101101 | 101110 |
Color Harmonies of #6341AA
Complementary color
Monochromatic Colors of #6341AA
Black with #6341AA
Text Example
Text Example
White with #6341AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341AA; }
p { color: rgb(99,65,170); }
H1.HeaderClassName
{
color: #6341AA;
}
.AnyTagClassName
{
color: #6341AA;
}
</style>
background-color css
<style>
a { background-color: #6341AA; }
a { background-color: rgb(99,65,170); }
div.DivClassName
{
background-color: #6341AA;
}
.BgClassName
{
background-color: #6341AA;
}
</style>
border-color css
<style>
span { border-color: #6341AA; }
span { border-color: rgb(99,65,170); }
td.TdClassName
{
border-color: #6341AA;
}
.TagClassName
{
border-color: #6341AA;
}
</style>