Shades of Royal Purple #6F3AAC
Tints of Royal Purple #6F3AAC
RGB
CMYK
RGB Variations
Color information
#6F3AAC (or 0x6F3AAC) is known color: Royal Purple. HEX triplet: 6F, 3A and AC. RGB value is (111,58,172). Sum of RGB (Red+Green+Blue) = 111+58+172=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3AAC is #90C553. Grayscale: #565656. Windows color (decimal): -9487700 or 11287151. OLE color: 11287151.
HSL color Cylindrical-coordinate representation of color #6F3AAC: hue angle of 267.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F3AAC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 58 | 172 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.33 |
| HSL | 267.89º | 0.5% | 0.45% | - |
| HSV(B) | 267.89º | 0.66% | 0.67% | - |
| XYZ | 15.52 | 9.38 | 40.02 | - |
| YUV | 86.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 172 | 0.35 | 0.66 | 0 | 0.33 | 267.89 | 0.5 | 0.45 |
| Hex | 6F | 3A | AC | 23 | 42 | 0 | 21 | 10C | 32 | 2D |
| Octal | 157 | 72 | 254 | 43 | 102 | 0 | 41 | 414 | 62 | 55 |
| Binary | 1101111 | 111010 | 10101100 | 100011 | 1000010 | 0 | 100001 | 100001100 | 110010 | 101101 |
Color Harmonies of #6F3AAC
Complementary color
Monochromatic Colors of #6F3AAC
Black with #6F3AAC
Text Example
Text Example
White with #6F3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3AAC; }
p { color: rgb(111,58,172); }
H1.HeaderClassName
{
color: #6F3AAC;
}
.AnyTagClassName
{
color: #6F3AAC;
}
</style>
background-color css
<style>
a { background-color: #6F3AAC; }
a { background-color: rgb(111,58,172); }
div.DivClassName
{
background-color: #6F3AAC;
}
.BgClassName
{
background-color: #6F3AAC;
}
</style>
border-color css
<style>
span { border-color: #6F3AAC; }
span { border-color: rgb(111,58,172); }
td.TdClassName
{
border-color: #6F3AAC;
}
.TagClassName
{
border-color: #6F3AAC;
}
</style>