Shades of Royal Purple #6B43AA
Tints of Royal Purple #6B43AA
RGB
CMYK
RGB Variations
Color information
#6B43AA (or 0x6B43AA) is known color: Royal Purple. HEX triplet: 6B, 43 and AA. RGB value is (107,67,170). Sum of RGB (Red+Green+Blue) = 107+67+170=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B43AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B43AA is #94BC55. Grayscale: #5A5A5A. Windows color (decimal): -9747542 or 11158379. OLE color: 11158379.
HSL color Cylindrical-coordinate representation of color #6B43AA: hue angle of 263.3º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B43AA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 67 | 170 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.33 |
| HSL | 263.3º | 0.43% | 0.46% | - |
| HSV(B) | 263.3º | 0.61% | 0.67% | - |
| XYZ | 15.33 | 10.04 | 39.16 | - |
| YUV | 90.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 170 | 0.37 | 0.61 | 0 | 0.33 | 263.3 | 0.43 | 0.46 |
| Hex | 6B | 43 | AA | 25 | 3D | 0 | 21 | 107 | 2B | 2E |
| Octal | 153 | 103 | 252 | 45 | 75 | 0 | 41 | 407 | 53 | 56 |
| Binary | 1101011 | 1000011 | 10101010 | 100101 | 111101 | 0 | 100001 | 100000111 | 101011 | 101110 |
Color Harmonies of #6B43AA
Complementary color
Monochromatic Colors of #6B43AA
Black with #6B43AA
Text Example
Text Example
White with #6B43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B43AA; }
p { color: rgb(107,67,170); }
H1.HeaderClassName
{
color: #6B43AA;
}
.AnyTagClassName
{
color: #6B43AA;
}
</style>
background-color css
<style>
a { background-color: #6B43AA; }
a { background-color: rgb(107,67,170); }
div.DivClassName
{
background-color: #6B43AA;
}
.BgClassName
{
background-color: #6B43AA;
}
</style>
border-color css
<style>
span { border-color: #6B43AA; }
span { border-color: rgb(107,67,170); }
td.TdClassName
{
border-color: #6B43AA;
}
.TagClassName
{
border-color: #6B43AA;
}
</style>