Shades of Royal Purple #6F419B
Tints of Royal Purple #6F419B
RGB
CMYK
RGB Variations
Color information
#6F419B (or 0x6F419B) is known color: Royal Purple. HEX triplet: 6F, 41 and 9B. RGB value is (111,65,155). Sum of RGB (Red+Green+Blue) = 111+65+155=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F419B is #90BE64. Grayscale: #585858. Windows color (decimal): -9485925 or 10174831. OLE color: 10174831.
HSL color Cylindrical-coordinate representation of color #6F419B: hue angle of 270.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F419B is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 65 | 155 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.39 |
| HSL | 270.67º | 0.41% | 0.43% | - |
| HSV(B) | 270.67º | 0.58% | 0.61% | - |
| XYZ | 14.36 | 9.53 | 32.09 | - |
| YUV | 89.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 155 | 0.28 | 0.58 | 0 | 0.39 | 270.67 | 0.41 | 0.43 |
| Hex | 6F | 41 | 9B | 1C | 3A | 0 | 27 | 10F | 29 | 2B |
| Octal | 157 | 101 | 233 | 34 | 72 | 0 | 47 | 417 | 51 | 53 |
| Binary | 1101111 | 1000001 | 10011011 | 11100 | 111010 | 0 | 100111 | 100001111 | 101001 | 101011 |
Color Harmonies of #6F419B
Complementary color
Monochromatic Colors of #6F419B
Black with #6F419B
Text Example
Text Example
White with #6F419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F419B; }
p { color: rgb(111,65,155); }
H1.HeaderClassName
{
color: #6F419B;
}
.AnyTagClassName
{
color: #6F419B;
}
</style>
background-color css
<style>
a { background-color: #6F419B; }
a { background-color: rgb(111,65,155); }
div.DivClassName
{
background-color: #6F419B;
}
.BgClassName
{
background-color: #6F419B;
}
</style>
border-color css
<style>
span { border-color: #6F419B; }
span { border-color: rgb(111,65,155); }
td.TdClassName
{
border-color: #6F419B;
}
.TagClassName
{
border-color: #6F419B;
}
</style>