Shades of Royal Purple #6F419C
Tints of Royal Purple #6F419C
RGB
CMYK
RGB Variations
Color information
#6F419C (or 0x6F419C) is known color: Royal Purple. HEX triplet: 6F, 41 and 9C. RGB value is (111,65,156). Sum of RGB (Red+Green+Blue) = 111+65+156=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F419C is #90BE63. Grayscale: #585858. Windows color (decimal): -9485924 or 10240367. OLE color: 10240367.
HSL color Cylindrical-coordinate representation of color #6F419C: hue angle of 270.33º 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 #6F419C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 65 | 156 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.39 |
| HSL | 270.33º | 0.41% | 0.43% | - |
| HSV(B) | 270.33º | 0.58% | 0.61% | - |
| XYZ | 14.45 | 9.56 | 32.54 | - |
| YUV | 89.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 156 | 0.29 | 0.58 | 0 | 0.39 | 270.33 | 0.41 | 0.43 |
| Hex | 6F | 41 | 9C | 1D | 3A | 0 | 27 | 10E | 29 | 2B |
| Octal | 157 | 101 | 234 | 35 | 72 | 0 | 47 | 416 | 51 | 53 |
| Binary | 1101111 | 1000001 | 10011100 | 11101 | 111010 | 0 | 100111 | 100001110 | 101001 | 101011 |
Color Harmonies of #6F419C
Complementary color
Monochromatic Colors of #6F419C
Black with #6F419C
Text Example
Text Example
White with #6F419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F419C; }
p { color: rgb(111,65,156); }
H1.HeaderClassName
{
color: #6F419C;
}
.AnyTagClassName
{
color: #6F419C;
}
</style>
background-color css
<style>
a { background-color: #6F419C; }
a { background-color: rgb(111,65,156); }
div.DivClassName
{
background-color: #6F419C;
}
.BgClassName
{
background-color: #6F419C;
}
</style>
border-color css
<style>
span { border-color: #6F419C; }
span { border-color: rgb(111,65,156); }
td.TdClassName
{
border-color: #6F419C;
}
.TagClassName
{
border-color: #6F419C;
}
</style>