Shades of Royal Purple #6434AC
Tints of Royal Purple #6434AC
RGB
CMYK
RGB Variations
Color information
#6434AC (or 0x6434AC) is known color: Royal Purple. HEX triplet: 64, 34 and AC. RGB value is (100,52,172). Sum of RGB (Red+Green+Blue) = 100+52+172=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #6434AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434AC is #9BCB53. Grayscale: #4F4F4F. Windows color (decimal): -10210132 or 11285604. OLE color: 11285604.
HSL color Cylindrical-coordinate representation of color #6434AC: hue angle of 264º 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 #6434AC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 52 | 172 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.33 |
| HSL | 264º | 0.54% | 0.44% | - |
| HSV(B) | 264º | 0.7% | 0.67% | - |
| XYZ | 13.93 | 8.14 | 39.87 | - |
| YUV | 80.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 172 | 0.42 | 0.70 | 0 | 0.33 | 264 | 0.54 | 0.44 |
| Hex | 64 | 34 | AC | 2A | 46 | 0 | 21 | 108 | 36 | 2C |
| Octal | 144 | 64 | 254 | 52 | 106 | 0 | 41 | 410 | 66 | 54 |
| Binary | 1100100 | 110100 | 10101100 | 101010 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101100 |
Color Harmonies of #6434AC
Complementary color
Monochromatic Colors of #6434AC
Black with #6434AC
Text Example
Text Example
White with #6434AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434AC; }
p { color: rgb(100,52,172); }
H1.HeaderClassName
{
color: #6434AC;
}
.AnyTagClassName
{
color: #6434AC;
}
</style>
background-color css
<style>
a { background-color: #6434AC; }
a { background-color: rgb(100,52,172); }
div.DivClassName
{
background-color: #6434AC;
}
.BgClassName
{
background-color: #6434AC;
}
</style>
border-color css
<style>
span { border-color: #6434AC; }
span { border-color: rgb(100,52,172); }
td.TdClassName
{
border-color: #6434AC;
}
.TagClassName
{
border-color: #6434AC;
}
</style>