Shades of Royal Purple #6336AC
Tints of Royal Purple #6336AC
RGB
CMYK
RGB Variations
Color information
#6336AC (or 0x6336AC) is known color: Royal Purple. HEX triplet: 63, 36 and AC. RGB value is (99,54,172). Sum of RGB (Red+Green+Blue) = 99+54+172=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #6336AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336AC is #9CC953. Grayscale: #505050. Windows color (decimal): -10275156 or 11286115. OLE color: 11286115.
HSL color Cylindrical-coordinate representation of color #6336AC: hue angle of 262.88º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6336AC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 54 | 172 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.33 |
| HSL | 262.88º | 0.52% | 0.44% | - |
| HSV(B) | 262.88º | 0.69% | 0.67% | - |
| XYZ | 13.91 | 8.27 | 39.89 | - |
| YUV | 80.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 172 | 0.42 | 0.69 | 0 | 0.33 | 262.88 | 0.52 | 0.44 |
| Hex | 63 | 36 | AC | 2A | 45 | 0 | 21 | 107 | 34 | 2C |
| Octal | 143 | 66 | 254 | 52 | 105 | 0 | 41 | 407 | 64 | 54 |
| Binary | 1100011 | 110110 | 10101100 | 101010 | 1000101 | 0 | 100001 | 100000111 | 110100 | 101100 |
Color Harmonies of #6336AC
Complementary color
Monochromatic Colors of #6336AC
Black with #6336AC
Text Example
Text Example
White with #6336AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336AC; }
p { color: rgb(99,54,172); }
H1.HeaderClassName
{
color: #6336AC;
}
.AnyTagClassName
{
color: #6336AC;
}
</style>
background-color css
<style>
a { background-color: #6336AC; }
a { background-color: rgb(99,54,172); }
div.DivClassName
{
background-color: #6336AC;
}
.BgClassName
{
background-color: #6336AC;
}
</style>
border-color css
<style>
span { border-color: #6336AC; }
span { border-color: rgb(99,54,172); }
td.TdClassName
{
border-color: #6336AC;
}
.TagClassName
{
border-color: #6336AC;
}
</style>