Shades of Royal Purple #6331A3
Tints of Royal Purple #6331A3
RGB
CMYK
RGB Variations
Color information
#6331A3 (or 0x6331A3) is known color: Royal Purple. HEX triplet: 63, 31 and A3. RGB value is (99,49,163). Sum of RGB (Red+Green+Blue) = 99+49+163=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #6331A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6331A3 is #9CCE5C. Grayscale: #4C4C4C. Windows color (decimal): -10276445 or 10695011. OLE color: 10695011.
HSL color Cylindrical-coordinate representation of color #6331A3: hue angle of 266.32º 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 #6331A3 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 49 | 163 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.36 |
| HSL | 266.32º | 0.54% | 0.42% | - |
| HSV(B) | 266.32º | 0.7% | 0.64% | - |
| XYZ | 12.85 | 7.49 | 35.42 | - |
| YUV | 76.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 163 | 0.39 | 0.70 | 0 | 0.36 | 266.32 | 0.54 | 0.42 |
| Hex | 63 | 31 | A3 | 27 | 46 | 0 | 24 | 10A | 36 | 2A |
| Octal | 143 | 61 | 243 | 47 | 106 | 0 | 44 | 412 | 66 | 52 |
| Binary | 1100011 | 110001 | 10100011 | 100111 | 1000110 | 0 | 100100 | 100001010 | 110110 | 101010 |
Color Harmonies of #6331A3
Complementary color
Monochromatic Colors of #6331A3
Black with #6331A3
Text Example
Text Example
White with #6331A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331A3; }
p { color: rgb(99,49,163); }
H1.HeaderClassName
{
color: #6331A3;
}
.AnyTagClassName
{
color: #6331A3;
}
</style>
background-color css
<style>
a { background-color: #6331A3; }
a { background-color: rgb(99,49,163); }
div.DivClassName
{
background-color: #6331A3;
}
.BgClassName
{
background-color: #6331A3;
}
</style>
border-color css
<style>
span { border-color: #6331A3; }
span { border-color: rgb(99,49,163); }
td.TdClassName
{
border-color: #6331A3;
}
.TagClassName
{
border-color: #6331A3;
}
</style>