Shades of Royal Purple #6B229F
Tints of Royal Purple #6B229F
RGB
CMYK
RGB Variations
Color information
#6B229F (or 0x6B229F) is known color: Royal Purple. HEX triplet: 6B, 22 and 9F. RGB value is (107,34,159). Sum of RGB (Red+Green+Blue) = 107+34+159=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B229F is #94DD60. Grayscale: #454545. Windows color (decimal): -9756001 or 10429035. OLE color: 10429035.
HSL color Cylindrical-coordinate representation of color #6B229F: hue angle of 275.04º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B229F is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 34 | 159 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.38 |
| HSL | 275.04º | 0.65% | 0.38% | - |
| HSV(B) | 275.04º | 0.79% | 0.62% | - |
| XYZ | 12.89 | 6.77 | 33.43 | - |
| YUV | 70.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 159 | 0.33 | 0.79 | 0 | 0.38 | 275.04 | 0.65 | 0.38 |
| Hex | 6B | 22 | 9F | 21 | 4F | 0 | 26 | 113 | 41 | 26 |
| Octal | 153 | 42 | 237 | 41 | 117 | 0 | 46 | 423 | 101 | 46 |
| Binary | 1101011 | 100010 | 10011111 | 100001 | 1001111 | 0 | 100110 | 100010011 | 1000001 | 100110 |
Color Harmonies of #6B229F
Complementary color
Monochromatic Colors of #6B229F
Black with #6B229F
Text Example
Text Example
White with #6B229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B229F; }
p { color: rgb(107,34,159); }
H1.HeaderClassName
{
color: #6B229F;
}
.AnyTagClassName
{
color: #6B229F;
}
</style>
background-color css
<style>
a { background-color: #6B229F; }
a { background-color: rgb(107,34,159); }
div.DivClassName
{
background-color: #6B229F;
}
.BgClassName
{
background-color: #6B229F;
}
</style>
border-color css
<style>
span { border-color: #6B229F; }
span { border-color: rgb(107,34,159); }
td.TdClassName
{
border-color: #6B229F;
}
.TagClassName
{
border-color: #6B229F;
}
</style>