Shades of Royal Purple #6340A1
Tints of Royal Purple #6340A1
RGB
CMYK
RGB Variations
Color information
#6340A1 (or 0x6340A1) is known color: Royal Purple. HEX triplet: 63, 40 and A1. RGB value is (99,64,161). Sum of RGB (Red+Green+Blue) = 99+64+161=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #6340A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6340A1 is #9CBF5E. Grayscale: #555555. Windows color (decimal): -10272607 or 10567779. OLE color: 10567779.
HSL color Cylindrical-coordinate representation of color #6340A1: hue angle of 261.65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6340A1 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 64 | 161 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.37 |
| HSL | 261.65º | 0.43% | 0.44% | - |
| HSV(B) | 261.65º | 0.6% | 0.63% | - |
| XYZ | 13.41 | 8.89 | 34.73 | - |
| YUV | 85.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 161 | 0.39 | 0.60 | 0 | 0.37 | 261.65 | 0.43 | 0.44 |
| Hex | 63 | 40 | A1 | 27 | 3C | 0 | 25 | 106 | 2B | 2C |
| Octal | 143 | 100 | 241 | 47 | 74 | 0 | 45 | 406 | 53 | 54 |
| Binary | 1100011 | 1000000 | 10100001 | 100111 | 111100 | 0 | 100101 | 100000110 | 101011 | 101100 |
Color Harmonies of #6340A1
Complementary color
Monochromatic Colors of #6340A1
Black with #6340A1
Text Example
Text Example
White with #6340A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340A1; }
p { color: rgb(99,64,161); }
H1.HeaderClassName
{
color: #6340A1;
}
.AnyTagClassName
{
color: #6340A1;
}
</style>
background-color css
<style>
a { background-color: #6340A1; }
a { background-color: rgb(99,64,161); }
div.DivClassName
{
background-color: #6340A1;
}
.BgClassName
{
background-color: #6340A1;
}
</style>
border-color css
<style>
span { border-color: #6340A1; }
span { border-color: rgb(99,64,161); }
td.TdClassName
{
border-color: #6340A1;
}
.TagClassName
{
border-color: #6340A1;
}
</style>