Shades of Royal Purple #6F419D
Tints of Royal Purple #6F419D
RGB
CMYK
RGB Variations
Color information
#6F419D (or 0x6F419D) is known color: Royal Purple. HEX triplet: 6F, 41 and 9D. RGB value is (111,65,157). Sum of RGB (Red+Green+Blue) = 111+65+157=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F419D is #90BE62. Grayscale: #585858. Windows color (decimal): -9485923 or 10305903. OLE color: 10305903.
HSL color Cylindrical-coordinate representation of color #6F419D: hue angle of 270º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F419D is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 65 | 157 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.38 |
| HSL | 270º | 0.41% | 0.44% | - |
| HSV(B) | 270º | 0.59% | 0.62% | - |
| XYZ | 14.53 | 9.59 | 32.98 | - |
| YUV | 89.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 157 | 0.29 | 0.59 | 0 | 0.38 | 270 | 0.41 | 0.44 |
| Hex | 6F | 41 | 9D | 1D | 3B | 0 | 26 | 10E | 29 | 2C |
| Octal | 157 | 101 | 235 | 35 | 73 | 0 | 46 | 416 | 51 | 54 |
| Binary | 1101111 | 1000001 | 10011101 | 11101 | 111011 | 0 | 100110 | 100001110 | 101001 | 101100 |
Color Harmonies of #6F419D
Complementary color
Monochromatic Colors of #6F419D
Black with #6F419D
Text Example
Text Example
White with #6F419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F419D; }
p { color: rgb(111,65,157); }
H1.HeaderClassName
{
color: #6F419D;
}
.AnyTagClassName
{
color: #6F419D;
}
</style>
background-color css
<style>
a { background-color: #6F419D; }
a { background-color: rgb(111,65,157); }
div.DivClassName
{
background-color: #6F419D;
}
.BgClassName
{
background-color: #6F419D;
}
</style>
border-color css
<style>
span { border-color: #6F419D; }
span { border-color: rgb(111,65,157); }
td.TdClassName
{
border-color: #6F419D;
}
.TagClassName
{
border-color: #6F419D;
}
</style>