Shades of Royal Purple #6343AC
Tints of Royal Purple #6343AC
RGB
CMYK
RGB Variations
Color information
#6343AC (or 0x6343AC) is known color: Royal Purple. HEX triplet: 63, 43 and AC. RGB value is (99,67,172). Sum of RGB (Red+Green+Blue) = 99+67+172=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #6343AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6343AC is #9CBC53. Grayscale: #585858. Windows color (decimal): -10271828 or 11289443. OLE color: 11289443.
HSL color Cylindrical-coordinate representation of color #6343AC: hue angle of 258.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6343AC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 67 | 172 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.33 |
| HSL | 258.29º | 0.44% | 0.47% | - |
| HSV(B) | 258.29º | 0.61% | 0.67% | - |
| XYZ | 14.6 | 9.65 | 40.12 | - |
| YUV | 88.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 172 | 0.42 | 0.61 | 0 | 0.33 | 258.29 | 0.44 | 0.47 |
| Hex | 63 | 43 | AC | 2A | 3D | 0 | 21 | 102 | 2C | 2F |
| Octal | 143 | 103 | 254 | 52 | 75 | 0 | 41 | 402 | 54 | 57 |
| Binary | 1100011 | 1000011 | 10101100 | 101010 | 111101 | 0 | 100001 | 100000010 | 101100 | 101111 |
Color Harmonies of #6343AC
Complementary color
Monochromatic Colors of #6343AC
Black with #6343AC
Text Example
Text Example
White with #6343AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343AC; }
p { color: rgb(99,67,172); }
H1.HeaderClassName
{
color: #6343AC;
}
.AnyTagClassName
{
color: #6343AC;
}
</style>
background-color css
<style>
a { background-color: #6343AC; }
a { background-color: rgb(99,67,172); }
div.DivClassName
{
background-color: #6343AC;
}
.BgClassName
{
background-color: #6343AC;
}
</style>
border-color css
<style>
span { border-color: #6343AC; }
span { border-color: rgb(99,67,172); }
td.TdClassName
{
border-color: #6343AC;
}
.TagClassName
{
border-color: #6343AC;
}
</style>