Shades of Royal Purple #6F32A5
Tints of Royal Purple #6F32A5
RGB
CMYK
RGB Variations
Color information
#6F32A5 (or 0x6F32A5) is known color: Royal Purple. HEX triplet: 6F, 32 and A5. RGB value is (111,50,165). Sum of RGB (Red+Green+Blue) = 111+50+165=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F32A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F32A5 is #90CD5A. Grayscale: #505050. Windows color (decimal): -9489755 or 10826351. OLE color: 10826351.
HSL color Cylindrical-coordinate representation of color #6F32A5: hue angle of 271.83º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F32A5 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 50 | 165 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.35 |
| HSL | 271.83º | 0.53% | 0.42% | - |
| HSV(B) | 271.83º | 0.7% | 0.65% | - |
| XYZ | 14.49 | 8.38 | 36.45 | - |
| YUV | 81.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 165 | 0.33 | 0.70 | 0 | 0.35 | 271.83 | 0.53 | 0.42 |
| Hex | 6F | 32 | A5 | 21 | 46 | 0 | 23 | 110 | 35 | 2A |
| Octal | 157 | 62 | 245 | 41 | 106 | 0 | 43 | 420 | 65 | 52 |
| Binary | 1101111 | 110010 | 10100101 | 100001 | 1000110 | 0 | 100011 | 100010000 | 110101 | 101010 |
Color Harmonies of #6F32A5
Complementary color
Monochromatic Colors of #6F32A5
Black with #6F32A5
Text Example
Text Example
White with #6F32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32A5; }
p { color: rgb(111,50,165); }
H1.HeaderClassName
{
color: #6F32A5;
}
.AnyTagClassName
{
color: #6F32A5;
}
</style>
background-color css
<style>
a { background-color: #6F32A5; }
a { background-color: rgb(111,50,165); }
div.DivClassName
{
background-color: #6F32A5;
}
.BgClassName
{
background-color: #6F32A5;
}
</style>
border-color css
<style>
span { border-color: #6F32A5; }
span { border-color: rgb(111,50,165); }
td.TdClassName
{
border-color: #6F32A5;
}
.TagClassName
{
border-color: #6F32A5;
}
</style>