Shades of Royal Purple #6F259D
Tints of Royal Purple #6F259D
RGB
CMYK
RGB Variations
Color information
#6F259D (or 0x6F259D) is known color: Royal Purple. HEX triplet: 6F, 25 and 9D. RGB value is (111,37,157). Sum of RGB (Red+Green+Blue) = 111+37+157=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F259D is #90DA62. Grayscale: #484848. Windows color (decimal): -9493091 or 10298735. OLE color: 10298735.
HSL color Cylindrical-coordinate representation of color #6F259D: hue angle of 277º degrees, saturation: 0.62, 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 #6F259D is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 37 | 157 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.38 |
| HSL | 277º | 0.62% | 0.38% | - |
| HSV(B) | 277º | 0.76% | 0.62% | - |
| XYZ | 13.3 | 7.14 | 32.57 | - |
| YUV | 72.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 157 | 0.29 | 0.76 | 0 | 0.38 | 277 | 0.62 | 0.38 |
| Hex | 6F | 25 | 9D | 1D | 4C | 0 | 26 | 115 | 3E | 26 |
| Octal | 157 | 45 | 235 | 35 | 114 | 0 | 46 | 425 | 76 | 46 |
| Binary | 1101111 | 100101 | 10011101 | 11101 | 1001100 | 0 | 100110 | 100010101 | 111110 | 100110 |
Color Harmonies of #6F259D
Complementary color
Monochromatic Colors of #6F259D
Black with #6F259D
Text Example
Text Example
White with #6F259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F259D; }
p { color: rgb(111,37,157); }
H1.HeaderClassName
{
color: #6F259D;
}
.AnyTagClassName
{
color: #6F259D;
}
</style>
background-color css
<style>
a { background-color: #6F259D; }
a { background-color: rgb(111,37,157); }
div.DivClassName
{
background-color: #6F259D;
}
.BgClassName
{
background-color: #6F259D;
}
</style>
border-color css
<style>
span { border-color: #6F259D; }
span { border-color: rgb(111,37,157); }
td.TdClassName
{
border-color: #6F259D;
}
.TagClassName
{
border-color: #6F259D;
}
</style>