Shades of Royal Purple #6334AC
Tints of Royal Purple #6334AC
RGB
CMYK
RGB Variations
Color information
#6334AC (or 0x6334AC) is known color: Royal Purple. HEX triplet: 63, 34 and AC. RGB value is (99,52,172). Sum of RGB (Red+Green+Blue) = 99+52+172=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #6334AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6334AC is #9CCB53. Grayscale: #4F4F4F. Windows color (decimal): -10275668 or 11285603. OLE color: 11285603.
HSL color Cylindrical-coordinate representation of color #6334AC: hue angle of 263.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6334AC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 52 | 172 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.33 |
| HSL | 263.5º | 0.54% | 0.44% | - |
| HSV(B) | 263.5º | 0.7% | 0.67% | - |
| XYZ | 13.82 | 8.09 | 39.86 | - |
| YUV | 79.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 172 | 0.42 | 0.70 | 0 | 0.33 | 263.5 | 0.54 | 0.44 |
| Hex | 63 | 34 | AC | 2A | 46 | 0 | 21 | 108 | 36 | 2C |
| Octal | 143 | 64 | 254 | 52 | 106 | 0 | 41 | 410 | 66 | 54 |
| Binary | 1100011 | 110100 | 10101100 | 101010 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101100 |
Color Harmonies of #6334AC
Complementary color
Monochromatic Colors of #6334AC
Black with #6334AC
Text Example
Text Example
White with #6334AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334AC; }
p { color: rgb(99,52,172); }
H1.HeaderClassName
{
color: #6334AC;
}
.AnyTagClassName
{
color: #6334AC;
}
</style>
background-color css
<style>
a { background-color: #6334AC; }
a { background-color: rgb(99,52,172); }
div.DivClassName
{
background-color: #6334AC;
}
.BgClassName
{
background-color: #6334AC;
}
</style>
border-color css
<style>
span { border-color: #6334AC; }
span { border-color: rgb(99,52,172); }
td.TdClassName
{
border-color: #6334AC;
}
.TagClassName
{
border-color: #6334AC;
}
</style>