Shades of Royal Purple #6F39AD
Tints of Royal Purple #6F39AD
RGB
CMYK
RGB Variations
Color information
#6F39AD (or 0x6F39AD) is known color: Royal Purple. HEX triplet: 6F, 39 and AD. RGB value is (111,57,173). Sum of RGB (Red+Green+Blue) = 111+57+173=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F39AD is #90C652. Grayscale: #555555. Windows color (decimal): -9487955 or 11352431. OLE color: 11352431.
HSL color Cylindrical-coordinate representation of color #6F39AD: hue angle of 267.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F39AD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 57 | 173 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.32 |
| HSL | 267.93º | 0.5% | 0.45% | - |
| HSV(B) | 267.93º | 0.67% | 0.68% | - |
| XYZ | 15.56 | 9.32 | 40.51 | - |
| YUV | 86.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 173 | 0.36 | 0.67 | 0 | 0.32 | 267.93 | 0.5 | 0.45 |
| Hex | 6F | 39 | AD | 24 | 43 | 0 | 20 | 10C | 32 | 2D |
| Octal | 157 | 71 | 255 | 44 | 103 | 0 | 40 | 414 | 62 | 55 |
| Binary | 1101111 | 111001 | 10101101 | 100100 | 1000011 | 0 | 100000 | 100001100 | 110010 | 101101 |
Color Harmonies of #6F39AD
Complementary color
Monochromatic Colors of #6F39AD
Black with #6F39AD
Text Example
Text Example
White with #6F39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F39AD; }
p { color: rgb(111,57,173); }
H1.HeaderClassName
{
color: #6F39AD;
}
.AnyTagClassName
{
color: #6F39AD;
}
</style>
background-color css
<style>
a { background-color: #6F39AD; }
a { background-color: rgb(111,57,173); }
div.DivClassName
{
background-color: #6F39AD;
}
.BgClassName
{
background-color: #6F39AD;
}
</style>
border-color css
<style>
span { border-color: #6F39AD; }
span { border-color: rgb(111,57,173); }
td.TdClassName
{
border-color: #6F39AD;
}
.TagClassName
{
border-color: #6F39AD;
}
</style>