Shades of Royal Purple #6431AC
Tints of Royal Purple #6431AC
RGB
CMYK
RGB Variations
Color information
#6431AC (or 0x6431AC) is known color: Royal Purple. HEX triplet: 64, 31 and AC. RGB value is (100,49,172). Sum of RGB (Red+Green+Blue) = 100+49+172=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #6431AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AC is #9BCE53. Grayscale: #4D4D4D. Windows color (decimal): -10210900 or 11284836. OLE color: 11284836.
HSL color Cylindrical-coordinate representation of color #6431AC: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6431AC is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 49 | 172 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.33 |
| HSL | 264.88º | 0.56% | 0.43% | - |
| HSV(B) | 264.88º | 0.72% | 0.67% | - |
| XYZ | 13.8 | 7.88 | 39.82 | - |
| YUV | 78.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 172 | 0.42 | 0.72 | 0 | 0.33 | 264.88 | 0.56 | 0.43 |
| Hex | 64 | 31 | AC | 2A | 48 | 0 | 21 | 109 | 38 | 2B |
| Octal | 144 | 61 | 254 | 52 | 110 | 0 | 41 | 411 | 70 | 53 |
| Binary | 1100100 | 110001 | 10101100 | 101010 | 1001000 | 0 | 100001 | 100001001 | 111000 | 101011 |
Color Harmonies of #6431AC
Complementary color
Monochromatic Colors of #6431AC
Black with #6431AC
Text Example
Text Example
White with #6431AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431AC; }
p { color: rgb(100,49,172); }
H1.HeaderClassName
{
color: #6431AC;
}
.AnyTagClassName
{
color: #6431AC;
}
</style>
background-color css
<style>
a { background-color: #6431AC; }
a { background-color: rgb(100,49,172); }
div.DivClassName
{
background-color: #6431AC;
}
.BgClassName
{
background-color: #6431AC;
}
</style>
border-color css
<style>
span { border-color: #6431AC; }
span { border-color: rgb(100,49,172); }
td.TdClassName
{
border-color: #6431AC;
}
.TagClassName
{
border-color: #6431AC;
}
</style>