Shades of Royal Purple #6B289A
Tints of Royal Purple #6B289A
RGB
CMYK
RGB Variations
Color information
#6B289A (or 0x6B289A) is known color: Royal Purple. HEX triplet: 6B, 28 and 9A. RGB value is (107,40,154). Sum of RGB (Red+Green+Blue) = 107+40+154=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B289A is #94D765. Grayscale: #484848. Windows color (decimal): -9754470 or 10102891. OLE color: 10102891.
HSL color Cylindrical-coordinate representation of color #6B289A: hue angle of 275.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B289A is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 40 | 154 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.40 |
| HSL | 275.26º | 0.59% | 0.38% | - |
| HSV(B) | 275.26º | 0.74% | 0.6% | - |
| XYZ | 12.65 | 6.98 | 31.25 | - |
| YUV | 73.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 154 | 0.31 | 0.74 | 0 | 0.40 | 275.26 | 0.59 | 0.38 |
| Hex | 6B | 28 | 9A | 1F | 4A | 0 | 28 | 113 | 3B | 26 |
| Octal | 153 | 50 | 232 | 37 | 112 | 0 | 50 | 423 | 73 | 46 |
| Binary | 1101011 | 101000 | 10011010 | 11111 | 1001010 | 0 | 101000 | 100010011 | 111011 | 100110 |
Color Harmonies of #6B289A
Complementary color
Monochromatic Colors of #6B289A
Black with #6B289A
Text Example
Text Example
White with #6B289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B289A; }
p { color: rgb(107,40,154); }
H1.HeaderClassName
{
color: #6B289A;
}
.AnyTagClassName
{
color: #6B289A;
}
</style>
background-color css
<style>
a { background-color: #6B289A; }
a { background-color: rgb(107,40,154); }
div.DivClassName
{
background-color: #6B289A;
}
.BgClassName
{
background-color: #6B289A;
}
</style>
border-color css
<style>
span { border-color: #6B289A; }
span { border-color: rgb(107,40,154); }
td.TdClassName
{
border-color: #6B289A;
}
.TagClassName
{
border-color: #6B289A;
}
</style>