Shades of Royal Purple #6328A8
Tints of Royal Purple #6328A8
RGB
CMYK
RGB Variations
Color information
#6328A8 (or 0x6328A8) is known color: Royal Purple. HEX triplet: 63, 28 and A8. RGB value is (99,40,168). Sum of RGB (Red+Green+Blue) = 99+40+168=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #6328A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6328A8 is #9CD757. Grayscale: #474747. Windows color (decimal): -10278744 or 11020387. OLE color: 11020387.
HSL color Cylindrical-coordinate representation of color #6328A8: hue angle of 267.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6328A8 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 40 | 168 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.34 |
| HSL | 267.66º | 0.62% | 0.41% | - |
| HSV(B) | 267.66º | 0.76% | 0.66% | - |
| XYZ | 12.97 | 7 | 37.71 | - |
| YUV | 72.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 168 | 0.41 | 0.76 | 0 | 0.34 | 267.66 | 0.62 | 0.41 |
| Hex | 63 | 28 | A8 | 29 | 4C | 0 | 22 | 10C | 3E | 29 |
| Octal | 143 | 50 | 250 | 51 | 114 | 0 | 42 | 414 | 76 | 51 |
| Binary | 1100011 | 101000 | 10101000 | 101001 | 1001100 | 0 | 100010 | 100001100 | 111110 | 101001 |
Color Harmonies of #6328A8
Complementary color
Monochromatic Colors of #6328A8
Black with #6328A8
Text Example
Text Example
White with #6328A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6328A8; }
p { color: rgb(99,40,168); }
H1.HeaderClassName
{
color: #6328A8;
}
.AnyTagClassName
{
color: #6328A8;
}
</style>
background-color css
<style>
a { background-color: #6328A8; }
a { background-color: rgb(99,40,168); }
div.DivClassName
{
background-color: #6328A8;
}
.BgClassName
{
background-color: #6328A8;
}
</style>
border-color css
<style>
span { border-color: #6328A8; }
span { border-color: rgb(99,40,168); }
td.TdClassName
{
border-color: #6328A8;
}
.TagClassName
{
border-color: #6328A8;
}
</style>