Shades of Royal Purple #6F269D
Tints of Royal Purple #6F269D
RGB
CMYK
RGB Variations
Color information
#6F269D (or 0x6F269D) is known color: Royal Purple. HEX triplet: 6F, 26 and 9D. RGB value is (111,38,157). Sum of RGB (Red+Green+Blue) = 111+38+157=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F269D is #90D962. Grayscale: #484848. Windows color (decimal): -9492835 or 10298991. OLE color: 10298991.
HSL color Cylindrical-coordinate representation of color #6F269D: hue angle of 276.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F269D is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 38 | 157 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.38 |
| HSL | 276.81º | 0.61% | 0.38% | - |
| HSV(B) | 276.81º | 0.76% | 0.62% | - |
| XYZ | 13.33 | 7.2 | 32.59 | - |
| YUV | 73.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 157 | 0.29 | 0.76 | 0 | 0.38 | 276.81 | 0.61 | 0.38 |
| Hex | 6F | 26 | 9D | 1D | 4C | 0 | 26 | 115 | 3D | 26 |
| Octal | 157 | 46 | 235 | 35 | 114 | 0 | 46 | 425 | 75 | 46 |
| Binary | 1101111 | 100110 | 10011101 | 11101 | 1001100 | 0 | 100110 | 100010101 | 111101 | 100110 |
Color Harmonies of #6F269D
Complementary color
Monochromatic Colors of #6F269D
Black with #6F269D
Text Example
Text Example
White with #6F269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F269D; }
p { color: rgb(111,38,157); }
H1.HeaderClassName
{
color: #6F269D;
}
.AnyTagClassName
{
color: #6F269D;
}
</style>
background-color css
<style>
a { background-color: #6F269D; }
a { background-color: rgb(111,38,157); }
div.DivClassName
{
background-color: #6F269D;
}
.BgClassName
{
background-color: #6F269D;
}
</style>
border-color css
<style>
span { border-color: #6F269D; }
span { border-color: rgb(111,38,157); }
td.TdClassName
{
border-color: #6F269D;
}
.TagClassName
{
border-color: #6F269D;
}
</style>