Shades of Royal Purple #6F38AD
Tints of Royal Purple #6F38AD
RGB
CMYK
RGB Variations
Color information
#6F38AD (or 0x6F38AD) is known color: Royal Purple. HEX triplet: 6F, 38 and AD. RGB value is (111,56,173). Sum of RGB (Red+Green+Blue) = 111+56+173=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F38AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F38AD is #90C752. Grayscale: #555555. Windows color (decimal): -9488211 or 11352175. OLE color: 11352175.
HSL color Cylindrical-coordinate representation of color #6F38AD: hue angle of 268.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F38AD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 56 | 173 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.32 |
| HSL | 268.21º | 0.51% | 0.45% | - |
| HSV(B) | 268.21º | 0.68% | 0.68% | - |
| XYZ | 15.51 | 9.22 | 40.5 | - |
| YUV | 85.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 173 | 0.36 | 0.68 | 0 | 0.32 | 268.21 | 0.51 | 0.45 |
| Hex | 6F | 38 | AD | 24 | 44 | 0 | 20 | 10C | 33 | 2D |
| Octal | 157 | 70 | 255 | 44 | 104 | 0 | 40 | 414 | 63 | 55 |
| Binary | 1101111 | 111000 | 10101101 | 100100 | 1000100 | 0 | 100000 | 100001100 | 110011 | 101101 |
Color Harmonies of #6F38AD
Complementary color
Monochromatic Colors of #6F38AD
Black with #6F38AD
Text Example
Text Example
White with #6F38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38AD; }
p { color: rgb(111,56,173); }
H1.HeaderClassName
{
color: #6F38AD;
}
.AnyTagClassName
{
color: #6F38AD;
}
</style>
background-color css
<style>
a { background-color: #6F38AD; }
a { background-color: rgb(111,56,173); }
div.DivClassName
{
background-color: #6F38AD;
}
.BgClassName
{
background-color: #6F38AD;
}
</style>
border-color css
<style>
span { border-color: #6F38AD; }
span { border-color: rgb(111,56,173); }
td.TdClassName
{
border-color: #6F38AD;
}
.TagClassName
{
border-color: #6F38AD;
}
</style>