Shades of Royal Purple #6A1F97
Tints of Royal Purple #6A1F97
RGB
CMYK
RGB Variations
Color information
#6A1F97 (or 0x6A1F97) is known color: Royal Purple. HEX triplet: 6A, 1F and 97. RGB value is (106,31,151). Sum of RGB (Red+Green+Blue) = 106+31+151=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A1F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1F97 is #95E068. Grayscale: #424242. Windows color (decimal): -9822313 or 9903978. OLE color: 9903978.
HSL color Cylindrical-coordinate representation of color #6A1F97: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1F97 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 31 | 151 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.41 |
| HSL | 277.5º | 0.66% | 0.36% | - |
| HSV(B) | 277.5º | 0.79% | 0.59% | - |
| XYZ | 12.02 | 6.28 | 29.86 | - |
| YUV | 67.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 151 | 0.30 | 0.79 | 0 | 0.41 | 277.5 | 0.66 | 0.36 |
| Hex | 6A | 1F | 97 | 1E | 4F | 0 | 29 | 116 | 42 | 24 |
| Octal | 152 | 37 | 227 | 36 | 117 | 0 | 51 | 426 | 102 | 44 |
| Binary | 1101010 | 11111 | 10010111 | 11110 | 1001111 | 0 | 101001 | 100010110 | 1000010 | 100100 |
Color Harmonies of #6A1F97
Complementary color
Monochromatic Colors of #6A1F97
Black with #6A1F97
Text Example
Text Example
White with #6A1F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F97; }
p { color: rgb(106,31,151); }
H1.HeaderClassName
{
color: #6A1F97;
}
.AnyTagClassName
{
color: #6A1F97;
}
</style>
background-color css
<style>
a { background-color: #6A1F97; }
a { background-color: rgb(106,31,151); }
div.DivClassName
{
background-color: #6A1F97;
}
.BgClassName
{
background-color: #6A1F97;
}
</style>
border-color css
<style>
span { border-color: #6A1F97; }
span { border-color: rgb(106,31,151); }
td.TdClassName
{
border-color: #6A1F97;
}
.TagClassName
{
border-color: #6A1F97;
}
</style>