Shades of Royal Purple #6B3B98
Tints of Royal Purple #6B3B98
RGB
CMYK
RGB Variations
Color information
#6B3B98 (or 0x6B3B98) is known color: Royal Purple. HEX triplet: 6B, 3B and 98. RGB value is (107,59,152). Sum of RGB (Red+Green+Blue) = 107+59+152=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B3B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3B98 is #94C467. Grayscale: #535353. Windows color (decimal): -9749608 or 9976683. OLE color: 9976683.
HSL color Cylindrical-coordinate representation of color #6B3B98: hue angle of 270.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3B98 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 59 | 152 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.40 |
| HSL | 270.97º | 0.44% | 0.41% | - |
| HSV(B) | 270.97º | 0.61% | 0.6% | - |
| XYZ | 13.29 | 8.52 | 30.65 | - |
| YUV | 83.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 152 | 0.30 | 0.61 | 0 | 0.40 | 270.97 | 0.44 | 0.41 |
| Hex | 6B | 3B | 98 | 1E | 3D | 0 | 28 | 10F | 2C | 29 |
| Octal | 153 | 73 | 230 | 36 | 75 | 0 | 50 | 417 | 54 | 51 |
| Binary | 1101011 | 111011 | 10011000 | 11110 | 111101 | 0 | 101000 | 100001111 | 101100 | 101001 |
Color Harmonies of #6B3B98
Complementary color
Monochromatic Colors of #6B3B98
Black with #6B3B98
Text Example
Text Example
White with #6B3B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B98; }
p { color: rgb(107,59,152); }
H1.HeaderClassName
{
color: #6B3B98;
}
.AnyTagClassName
{
color: #6B3B98;
}
</style>
background-color css
<style>
a { background-color: #6B3B98; }
a { background-color: rgb(107,59,152); }
div.DivClassName
{
background-color: #6B3B98;
}
.BgClassName
{
background-color: #6B3B98;
}
</style>
border-color css
<style>
span { border-color: #6B3B98; }
span { border-color: rgb(107,59,152); }
td.TdClassName
{
border-color: #6B3B98;
}
.TagClassName
{
border-color: #6B3B98;
}
</style>