Shades of Royal Purple #6B2F98
Tints of Royal Purple #6B2F98
RGB
CMYK
RGB Variations
Color information
#6B2F98 (or 0x6B2F98) is known color: Royal Purple. HEX triplet: 6B, 2F and 98. RGB value is (107,47,152). Sum of RGB (Red+Green+Blue) = 107+47+152=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B2F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2F98 is #94D067. Grayscale: #4C4C4C. Windows color (decimal): -9752680 or 9973611. OLE color: 9973611.
HSL color Cylindrical-coordinate representation of color #6B2F98: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2F98 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 47 | 152 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.40 |
| HSL | 274.29º | 0.53% | 0.39% | - |
| HSV(B) | 274.29º | 0.69% | 0.6% | - |
| XYZ | 12.75 | 7.43 | 30.47 | - |
| YUV | 76.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 152 | 0.30 | 0.69 | 0 | 0.40 | 274.29 | 0.53 | 0.39 |
| Hex | 6B | 2F | 98 | 1E | 45 | 0 | 28 | 112 | 35 | 27 |
| Octal | 153 | 57 | 230 | 36 | 105 | 0 | 50 | 422 | 65 | 47 |
| Binary | 1101011 | 101111 | 10011000 | 11110 | 1000101 | 0 | 101000 | 100010010 | 110101 | 100111 |
Color Harmonies of #6B2F98
Complementary color
Monochromatic Colors of #6B2F98
Black with #6B2F98
Text Example
Text Example
White with #6B2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F98; }
p { color: rgb(107,47,152); }
H1.HeaderClassName
{
color: #6B2F98;
}
.AnyTagClassName
{
color: #6B2F98;
}
</style>
background-color css
<style>
a { background-color: #6B2F98; }
a { background-color: rgb(107,47,152); }
div.DivClassName
{
background-color: #6B2F98;
}
.BgClassName
{
background-color: #6B2F98;
}
</style>
border-color css
<style>
span { border-color: #6B2F98; }
span { border-color: rgb(107,47,152); }
td.TdClassName
{
border-color: #6B2F98;
}
.TagClassName
{
border-color: #6B2F98;
}
</style>