Shades of Purple #6B0293
Tints of Purple #6B0293
RGB
CMYK
RGB Variations
Color information
#6B0293 (or 0x6B0293) is known color: Purple. HEX triplet: 6B, 02 and 93. RGB value is (107,2,147). Sum of RGB (Red+Green+Blue) = 107+2+147=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0293 is #94FD6C. Grayscale: #313131. Windows color (decimal): -9764205 or 9634411. OLE color: 9634411.
HSL color Cylindrical-coordinate representation of color #6B0293: hue angle of 283.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0293 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 2 | 147 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.42 |
| HSL | 283.45º | 0.97% | 0.29% | - |
| HSV(B) | 283.45º | 0.99% | 0.58% | - |
| XYZ | 11.35 | 5.28 | 28.02 | - |
| YUV | 49.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 147 | 0.27 | 0.99 | 0 | 0.42 | 283.45 | 0.97 | 0.29 |
| Hex | 6B | 2 | 93 | 1B | 63 | 0 | 2A | 11B | 61 | 1D |
| Octal | 153 | 2 | 223 | 33 | 143 | 0 | 52 | 433 | 141 | 35 |
| Binary | 1101011 | 10 | 10010011 | 11011 | 1100011 | 0 | 101010 | 100011011 | 1100001 | 11101 |
Color Harmonies of #6B0293
Complementary color
Monochromatic Colors of #6B0293
Black with #6B0293
Text Example
Text Example
White with #6B0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0293; }
p { color: rgb(107,2,147); }
H1.HeaderClassName
{
color: #6B0293;
}
.AnyTagClassName
{
color: #6B0293;
}
</style>
background-color css
<style>
a { background-color: #6B0293; }
a { background-color: rgb(107,2,147); }
div.DivClassName
{
background-color: #6B0293;
}
.BgClassName
{
background-color: #6B0293;
}
</style>
border-color css
<style>
span { border-color: #6B0293; }
span { border-color: rgb(107,2,147); }
td.TdClassName
{
border-color: #6B0293;
}
.TagClassName
{
border-color: #6B0293;
}
</style>