Shades of Royal Purple #6331A4
Tints of Royal Purple #6331A4
RGB
CMYK
RGB Variations
Color information
#6331A4 (or 0x6331A4) is known color: Royal Purple. HEX triplet: 63, 31 and A4. RGB value is (99,49,164). Sum of RGB (Red+Green+Blue) = 99+49+164=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #6331A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6331A4 is #9CCE5B. Grayscale: #4C4C4C. Windows color (decimal): -10276444 or 10760547. OLE color: 10760547.
HSL color Cylindrical-coordinate representation of color #6331A4: hue angle of 266.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6331A4 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 49 | 164 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.36 |
| HSL | 266.09º | 0.54% | 0.42% | - |
| HSV(B) | 266.09º | 0.7% | 0.64% | - |
| XYZ | 12.94 | 7.53 | 35.89 | - |
| YUV | 77.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 164 | 0.40 | 0.70 | 0 | 0.36 | 266.09 | 0.54 | 0.42 |
| Hex | 63 | 31 | A4 | 28 | 46 | 0 | 24 | 10A | 36 | 2A |
| Octal | 143 | 61 | 244 | 50 | 106 | 0 | 44 | 412 | 66 | 52 |
| Binary | 1100011 | 110001 | 10100100 | 101000 | 1000110 | 0 | 100100 | 100001010 | 110110 | 101010 |
Color Harmonies of #6331A4
Complementary color
Monochromatic Colors of #6331A4
Black with #6331A4
Text Example
Text Example
White with #6331A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331A4; }
p { color: rgb(99,49,164); }
H1.HeaderClassName
{
color: #6331A4;
}
.AnyTagClassName
{
color: #6331A4;
}
</style>
background-color css
<style>
a { background-color: #6331A4; }
a { background-color: rgb(99,49,164); }
div.DivClassName
{
background-color: #6331A4;
}
.BgClassName
{
background-color: #6331A4;
}
</style>
border-color css
<style>
span { border-color: #6331A4; }
span { border-color: rgb(99,49,164); }
td.TdClassName
{
border-color: #6331A4;
}
.TagClassName
{
border-color: #6331A4;
}
</style>