Shades of Royal Purple #6343AB
Tints of Royal Purple #6343AB
RGB
CMYK
RGB Variations
Color information
#6343AB (or 0x6343AB) is known color: Royal Purple. HEX triplet: 63, 43 and AB. RGB value is (99,67,171). Sum of RGB (Red+Green+Blue) = 99+67+171=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6343AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6343AB is #9CBC54. Grayscale: #585858. Windows color (decimal): -10271829 or 11223907. OLE color: 11223907.
HSL color Cylindrical-coordinate representation of color #6343AB: hue angle of 258.46º 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 #6343AB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 67 | 171 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.33 |
| HSL | 258.46º | 0.44% | 0.47% | - |
| HSV(B) | 258.46º | 0.61% | 0.67% | - |
| XYZ | 14.5 | 9.61 | 39.62 | - |
| YUV | 88.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 171 | 0.42 | 0.61 | 0 | 0.33 | 258.46 | 0.44 | 0.47 |
| Hex | 63 | 43 | AB | 2A | 3D | 0 | 21 | 102 | 2C | 2F |
| Octal | 143 | 103 | 253 | 52 | 75 | 0 | 41 | 402 | 54 | 57 |
| Binary | 1100011 | 1000011 | 10101011 | 101010 | 111101 | 0 | 100001 | 100000010 | 101100 | 101111 |
Color Harmonies of #6343AB
Complementary color
Monochromatic Colors of #6343AB
Black with #6343AB
Text Example
Text Example
White with #6343AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343AB; }
p { color: rgb(99,67,171); }
H1.HeaderClassName
{
color: #6343AB;
}
.AnyTagClassName
{
color: #6343AB;
}
</style>
background-color css
<style>
a { background-color: #6343AB; }
a { background-color: rgb(99,67,171); }
div.DivClassName
{
background-color: #6343AB;
}
.BgClassName
{
background-color: #6343AB;
}
</style>
border-color css
<style>
span { border-color: #6343AB; }
span { border-color: rgb(99,67,171); }
td.TdClassName
{
border-color: #6343AB;
}
.TagClassName
{
border-color: #6343AB;
}
</style>