Shades of Royal Purple #6F239B
Tints of Royal Purple #6F239B
RGB
CMYK
RGB Variations
Color information
#6F239B (or 0x6F239B) is known color: Royal Purple. HEX triplet: 6F, 23 and 9B. RGB value is (111,35,155). Sum of RGB (Red+Green+Blue) = 111+35+155=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F239B is #90DC64. Grayscale: #474747. Windows color (decimal): -9493605 or 10167151. OLE color: 10167151.
HSL color Cylindrical-coordinate representation of color #6F239B: hue angle of 278º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F239B is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 35 | 155 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.39 |
| HSL | 278º | 0.63% | 0.37% | - |
| HSV(B) | 278º | 0.77% | 0.61% | - |
| XYZ | 13.07 | 6.95 | 31.66 | - |
| YUV | 71.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 155 | 0.28 | 0.77 | 0 | 0.39 | 278 | 0.63 | 0.37 |
| Hex | 6F | 23 | 9B | 1C | 4D | 0 | 27 | 116 | 3F | 25 |
| Octal | 157 | 43 | 233 | 34 | 115 | 0 | 47 | 426 | 77 | 45 |
| Binary | 1101111 | 100011 | 10011011 | 11100 | 1001101 | 0 | 100111 | 100010110 | 111111 | 100101 |
Color Harmonies of #6F239B
Complementary color
Monochromatic Colors of #6F239B
Black with #6F239B
Text Example
Text Example
White with #6F239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F239B; }
p { color: rgb(111,35,155); }
H1.HeaderClassName
{
color: #6F239B;
}
.AnyTagClassName
{
color: #6F239B;
}
</style>
background-color css
<style>
a { background-color: #6F239B; }
a { background-color: rgb(111,35,155); }
div.DivClassName
{
background-color: #6F239B;
}
.BgClassName
{
background-color: #6F239B;
}
</style>
border-color css
<style>
span { border-color: #6F239B; }
span { border-color: rgb(111,35,155); }
td.TdClassName
{
border-color: #6F239B;
}
.TagClassName
{
border-color: #6F239B;
}
</style>