Shades of Royal Purple #6333A2
Tints of Royal Purple #6333A2
RGB
CMYK
RGB Variations
Color information
#6333A2 (or 0x6333A2) is known color: Royal Purple. HEX triplet: 63, 33 and A2. RGB value is (99,51,162). Sum of RGB (Red+Green+Blue) = 99+51+162=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #6333A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333A2 is #9CCC5D. Grayscale: #4D4D4D. Windows color (decimal): -10275934 or 10629987. OLE color: 10629987.
HSL color Cylindrical-coordinate representation of color #6333A2: hue angle of 265.95º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6333A2 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 51 | 162 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.36 |
| HSL | 265.95º | 0.52% | 0.42% | - |
| HSV(B) | 265.95º | 0.69% | 0.64% | - |
| XYZ | 12.85 | 7.63 | 34.98 | - |
| YUV | 78.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 162 | 0.39 | 0.69 | 0 | 0.36 | 265.95 | 0.52 | 0.42 |
| Hex | 63 | 33 | A2 | 27 | 45 | 0 | 24 | 10A | 34 | 2A |
| Octal | 143 | 63 | 242 | 47 | 105 | 0 | 44 | 412 | 64 | 52 |
| Binary | 1100011 | 110011 | 10100010 | 100111 | 1000101 | 0 | 100100 | 100001010 | 110100 | 101010 |
Color Harmonies of #6333A2
Complementary color
Monochromatic Colors of #6333A2
Black with #6333A2
Text Example
Text Example
White with #6333A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333A2; }
p { color: rgb(99,51,162); }
H1.HeaderClassName
{
color: #6333A2;
}
.AnyTagClassName
{
color: #6333A2;
}
</style>
background-color css
<style>
a { background-color: #6333A2; }
a { background-color: rgb(99,51,162); }
div.DivClassName
{
background-color: #6333A2;
}
.BgClassName
{
background-color: #6333A2;
}
</style>
border-color css
<style>
span { border-color: #6333A2; }
span { border-color: rgb(99,51,162); }
td.TdClassName
{
border-color: #6333A2;
}
.TagClassName
{
border-color: #6333A2;
}
</style>