Shades of Royal Purple #6B3FAC
Tints of Royal Purple #6B3FAC
RGB
CMYK
RGB Variations
Color information
#6B3FAC (or 0x6B3FAC) is known color: Royal Purple. HEX triplet: 6B, 3F and AC. RGB value is (107,63,172). Sum of RGB (Red+Green+Blue) = 107+63+172=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3FAC is #94C053. Grayscale: #585858. Windows color (decimal): -9748564 or 11288427. OLE color: 11288427.
HSL color Cylindrical-coordinate representation of color #6B3FAC: hue angle of 264.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B3FAC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 63 | 172 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.33 |
| HSL | 264.22º | 0.46% | 0.46% | - |
| HSV(B) | 264.22º | 0.63% | 0.67% | - |
| XYZ | 15.29 | 9.66 | 40.09 | - |
| YUV | 88.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 172 | 0.38 | 0.63 | 0 | 0.33 | 264.22 | 0.46 | 0.46 |
| Hex | 6B | 3F | AC | 26 | 3F | 0 | 21 | 108 | 2E | 2E |
| Octal | 153 | 77 | 254 | 46 | 77 | 0 | 41 | 410 | 56 | 56 |
| Binary | 1101011 | 111111 | 10101100 | 100110 | 111111 | 0 | 100001 | 100001000 | 101110 | 101110 |
Color Harmonies of #6B3FAC
Complementary color
Monochromatic Colors of #6B3FAC
Black with #6B3FAC
Text Example
Text Example
White with #6B3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3FAC; }
p { color: rgb(107,63,172); }
H1.HeaderClassName
{
color: #6B3FAC;
}
.AnyTagClassName
{
color: #6B3FAC;
}
</style>
background-color css
<style>
a { background-color: #6B3FAC; }
a { background-color: rgb(107,63,172); }
div.DivClassName
{
background-color: #6B3FAC;
}
.BgClassName
{
background-color: #6B3FAC;
}
</style>
border-color css
<style>
span { border-color: #6B3FAC; }
span { border-color: rgb(107,63,172); }
td.TdClassName
{
border-color: #6B3FAC;
}
.TagClassName
{
border-color: #6B3FAC;
}
</style>