Shades of Royal Purple #6F439B
Tints of Royal Purple #6F439B
RGB
CMYK
RGB Variations
Color information
#6F439B (or 0x6F439B) is known color: Royal Purple. HEX triplet: 6F, 43 and 9B. RGB value is (111,67,155). Sum of RGB (Red+Green+Blue) = 111+67+155=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F439B is #90BC64. Grayscale: #595959. Windows color (decimal): -9485413 or 10175343. OLE color: 10175343.
HSL color Cylindrical-coordinate representation of color #6F439B: hue angle of 270º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F439B is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 67 | 155 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.39 |
| HSL | 270º | 0.4% | 0.44% | - |
| HSV(B) | 270º | 0.57% | 0.61% | - |
| XYZ | 14.48 | 9.76 | 32.13 | - |
| YUV | 90.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 155 | 0.28 | 0.57 | 0 | 0.39 | 270 | 0.4 | 0.44 |
| Hex | 6F | 43 | 9B | 1C | 39 | 0 | 27 | 10E | 28 | 2C |
| Octal | 157 | 103 | 233 | 34 | 71 | 0 | 47 | 416 | 50 | 54 |
| Binary | 1101111 | 1000011 | 10011011 | 11100 | 111001 | 0 | 100111 | 100001110 | 101000 | 101100 |
Color Harmonies of #6F439B
Complementary color
Monochromatic Colors of #6F439B
Black with #6F439B
Text Example
Text Example
White with #6F439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F439B; }
p { color: rgb(111,67,155); }
H1.HeaderClassName
{
color: #6F439B;
}
.AnyTagClassName
{
color: #6F439B;
}
</style>
background-color css
<style>
a { background-color: #6F439B; }
a { background-color: rgb(111,67,155); }
div.DivClassName
{
background-color: #6F439B;
}
.BgClassName
{
background-color: #6F439B;
}
</style>
border-color css
<style>
span { border-color: #6F439B; }
span { border-color: rgb(111,67,155); }
td.TdClassName
{
border-color: #6F439B;
}
.TagClassName
{
border-color: #6F439B;
}
</style>