Shades of Royal Purple #6A259F
Tints of Royal Purple #6A259F
RGB
CMYK
RGB Variations
Color information
#6A259F (or 0x6A259F) is known color: Royal Purple. HEX triplet: 6A, 25 and 9F. RGB value is (106,37,159). Sum of RGB (Red+Green+Blue) = 106+37+159=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A259F is #95DA60. Grayscale: #474747. Windows color (decimal): -9820769 or 10429802. OLE color: 10429802.
HSL color Cylindrical-coordinate representation of color #6A259F: hue angle of 273.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A259F is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 37 | 159 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.38 |
| HSL | 273.93º | 0.62% | 0.38% | - |
| HSV(B) | 273.93º | 0.77% | 0.62% | - |
| XYZ | 12.86 | 6.89 | 33.45 | - |
| YUV | 71.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 159 | 0.33 | 0.77 | 0 | 0.38 | 273.93 | 0.62 | 0.38 |
| Hex | 6A | 25 | 9F | 21 | 4D | 0 | 26 | 112 | 3E | 26 |
| Octal | 152 | 45 | 237 | 41 | 115 | 0 | 46 | 422 | 76 | 46 |
| Binary | 1101010 | 100101 | 10011111 | 100001 | 1001101 | 0 | 100110 | 100010010 | 111110 | 100110 |
Color Harmonies of #6A259F
Complementary color
Monochromatic Colors of #6A259F
Black with #6A259F
Text Example
Text Example
White with #6A259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A259F; }
p { color: rgb(106,37,159); }
H1.HeaderClassName
{
color: #6A259F;
}
.AnyTagClassName
{
color: #6A259F;
}
</style>
background-color css
<style>
a { background-color: #6A259F; }
a { background-color: rgb(106,37,159); }
div.DivClassName
{
background-color: #6A259F;
}
.BgClassName
{
background-color: #6A259F;
}
</style>
border-color css
<style>
span { border-color: #6A259F; }
span { border-color: rgb(106,37,159); }
td.TdClassName
{
border-color: #6A259F;
}
.TagClassName
{
border-color: #6A259F;
}
</style>