Shades of Royal Purple #6B289F
Tints of Royal Purple #6B289F
RGB
CMYK
RGB Variations
Color information
#6B289F (or 0x6B289F) is known color: Royal Purple. HEX triplet: 6B, 28 and 9F. RGB value is (107,40,159). Sum of RGB (Red+Green+Blue) = 107+40+159=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B289F is #94D760. Grayscale: #494949. Windows color (decimal): -9754465 or 10430571. OLE color: 10430571.
HSL color Cylindrical-coordinate representation of color #6B289F: hue angle of 273.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B289F is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 40 | 159 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.38 |
| HSL | 273.78º | 0.6% | 0.39% | - |
| HSV(B) | 273.78º | 0.75% | 0.62% | - |
| XYZ | 13.08 | 7.15 | 33.49 | - |
| YUV | 73.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 159 | 0.33 | 0.75 | 0 | 0.38 | 273.78 | 0.6 | 0.39 |
| Hex | 6B | 28 | 9F | 21 | 4B | 0 | 26 | 112 | 3C | 27 |
| Octal | 153 | 50 | 237 | 41 | 113 | 0 | 46 | 422 | 74 | 47 |
| Binary | 1101011 | 101000 | 10011111 | 100001 | 1001011 | 0 | 100110 | 100010010 | 111100 | 100111 |
Color Harmonies of #6B289F
Complementary color
Monochromatic Colors of #6B289F
Black with #6B289F
Text Example
Text Example
White with #6B289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B289F; }
p { color: rgb(107,40,159); }
H1.HeaderClassName
{
color: #6B289F;
}
.AnyTagClassName
{
color: #6B289F;
}
</style>
background-color css
<style>
a { background-color: #6B289F; }
a { background-color: rgb(107,40,159); }
div.DivClassName
{
background-color: #6B289F;
}
.BgClassName
{
background-color: #6B289F;
}
</style>
border-color css
<style>
span { border-color: #6B289F; }
span { border-color: rgb(107,40,159); }
td.TdClassName
{
border-color: #6B289F;
}
.TagClassName
{
border-color: #6B289F;
}
</style>