Shades of Royal Purple #6B459E
Tints of Royal Purple #6B459E
RGB
CMYK
RGB Variations
Color information
#6B459E (or 0x6B459E) is known color: Royal Purple. HEX triplet: 6B, 45 and 9E. RGB value is (107,69,158). Sum of RGB (Red+Green+Blue) = 107+69+158=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B459E is #94BA61. Grayscale: #5A5A5A. Windows color (decimal): -9747042 or 10372459. OLE color: 10372459.
HSL color Cylindrical-coordinate representation of color #6B459E: hue angle of 265.62º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B459E is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 69 | 158 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.38 |
| HSL | 265.62º | 0.39% | 0.45% | - |
| HSV(B) | 265.62º | 0.56% | 0.62% | - |
| XYZ | 14.36 | 9.85 | 33.49 | - |
| YUV | 90.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 158 | 0.32 | 0.56 | 0 | 0.38 | 265.62 | 0.39 | 0.45 |
| Hex | 6B | 45 | 9E | 20 | 38 | 0 | 26 | 10A | 27 | 2D |
| Octal | 153 | 105 | 236 | 40 | 70 | 0 | 46 | 412 | 47 | 55 |
| Binary | 1101011 | 1000101 | 10011110 | 100000 | 111000 | 0 | 100110 | 100001010 | 100111 | 101101 |
Color Harmonies of #6B459E
Complementary color
Monochromatic Colors of #6B459E
Black with #6B459E
Text Example
Text Example
White with #6B459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B459E; }
p { color: rgb(107,69,158); }
H1.HeaderClassName
{
color: #6B459E;
}
.AnyTagClassName
{
color: #6B459E;
}
</style>
background-color css
<style>
a { background-color: #6B459E; }
a { background-color: rgb(107,69,158); }
div.DivClassName
{
background-color: #6B459E;
}
.BgClassName
{
background-color: #6B459E;
}
</style>
border-color css
<style>
span { border-color: #6B459E; }
span { border-color: rgb(107,69,158); }
td.TdClassName
{
border-color: #6B459E;
}
.TagClassName
{
border-color: #6B459E;
}
</style>