Shades of Purple #6B047B
Tints of Purple #6B047B
RGB
CMYK
RGB Variations
Color information
#6B047B (or 0x6B047B) is known color: Purple. HEX triplet: 6B, 04 and 7B. RGB value is (107,4,123). Sum of RGB (Red+Green+Blue) = 107+4+123=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B047B is #94FB84. Grayscale: #2F2F2F. Windows color (decimal): -9763717 or 8062059. OLE color: 8062059.
HSL color Cylindrical-coordinate representation of color #6B047B: hue angle of 291.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B047B is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 4 | 123 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.52 |
| HSL | 291.93º | 0.94% | 0.25% | - |
| HSV(B) | 291.93º | 0.97% | 0.48% | - |
| XYZ | 9.68 | 4.64 | 19.12 | - |
| YUV | 48.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 123 | 0.13 | 0.97 | 0 | 0.52 | 291.93 | 0.94 | 0.25 |
| Hex | 6B | 4 | 7B | D | 61 | 0 | 34 | 124 | 5E | 19 |
| Octal | 153 | 4 | 173 | 15 | 141 | 0 | 64 | 444 | 136 | 31 |
| Binary | 1101011 | 100 | 1111011 | 1101 | 1100001 | 0 | 110100 | 100100100 | 1011110 | 11001 |
Color Harmonies of #6B047B
Complementary color
Monochromatic Colors of #6B047B
Black with #6B047B
Text Example
Text Example
White with #6B047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B047B; }
p { color: rgb(107,4,123); }
H1.HeaderClassName
{
color: #6B047B;
}
.AnyTagClassName
{
color: #6B047B;
}
</style>
background-color css
<style>
a { background-color: #6B047B; }
a { background-color: rgb(107,4,123); }
div.DivClassName
{
background-color: #6B047B;
}
.BgClassName
{
background-color: #6B047B;
}
</style>
border-color css
<style>
span { border-color: #6B047B; }
span { border-color: rgb(107,4,123); }
td.TdClassName
{
border-color: #6B047B;
}
.TagClassName
{
border-color: #6B047B;
}
</style>