Shades of Royal Purple #6534AC
Tints of Royal Purple #6534AC
RGB
CMYK
RGB Variations
Color information
#6534AC (or 0x6534AC) is known color: Royal Purple. HEX triplet: 65, 34 and AC. RGB value is (101,52,172). Sum of RGB (Red+Green+Blue) = 101+52+172=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 52 (20.70% from 255 or 16% 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 #6534AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6534AC is #9ACB53. Grayscale: #4F4F4F. Windows color (decimal): -10144596 or 11285605. OLE color: 11285605.
HSL color Cylindrical-coordinate representation of color #6534AC: hue angle of 264.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 #6534AC is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 52 | 172 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.33 |
| HSL | 264.5º | 0.54% | 0.44% | - |
| HSV(B) | 264.5º | 0.7% | 0.67% | - |
| XYZ | 14.04 | 8.2 | 39.87 | - |
| YUV | 80.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 172 | 0.41 | 0.70 | 0 | 0.33 | 264.5 | 0.54 | 0.44 |
| Hex | 65 | 34 | AC | 29 | 46 | 0 | 21 | 108 | 36 | 2C |
| Octal | 145 | 64 | 254 | 51 | 106 | 0 | 41 | 410 | 66 | 54 |
| Binary | 1100101 | 110100 | 10101100 | 101001 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101100 |
Color Harmonies of #6534AC
Complementary color
Monochromatic Colors of #6534AC
Black with #6534AC
Text Example
Text Example
White with #6534AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534AC; }
p { color: rgb(101,52,172); }
H1.HeaderClassName
{
color: #6534AC;
}
.AnyTagClassName
{
color: #6534AC;
}
</style>
background-color css
<style>
a { background-color: #6534AC; }
a { background-color: rgb(101,52,172); }
div.DivClassName
{
background-color: #6534AC;
}
.BgClassName
{
background-color: #6534AC;
}
</style>
border-color css
<style>
span { border-color: #6534AC; }
span { border-color: rgb(101,52,172); }
td.TdClassName
{
border-color: #6534AC;
}
.TagClassName
{
border-color: #6534AC;
}
</style>