Shades of Purple #6B058B
Tints of Purple #6B058B
RGB
CMYK
RGB Variations
Color information
#6B058B (or 0x6B058B) is known color: Purple. HEX triplet: 6B, 05 and 8B. RGB value is (107,5,139). Sum of RGB (Red+Green+Blue) = 107+5+139=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B058B is #94FA74. Grayscale: #323232. Windows color (decimal): -9763445 or 9110891. OLE color: 9110891.
HSL color Cylindrical-coordinate representation of color #6B058B: hue angle of 285.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B058B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 5 | 139 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.45 |
| HSL | 285.67º | 0.93% | 0.28% | - |
| HSV(B) | 285.67º | 0.96% | 0.55% | - |
| XYZ | 10.78 | 5.1 | 24.84 | - |
| YUV | 50.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 139 | 0.23 | 0.96 | 0 | 0.45 | 285.67 | 0.93 | 0.28 |
| Hex | 6B | 5 | 8B | 17 | 60 | 0 | 2D | 11E | 5D | 1C |
| Octal | 153 | 5 | 213 | 27 | 140 | 0 | 55 | 436 | 135 | 34 |
| Binary | 1101011 | 101 | 10001011 | 10111 | 1100000 | 0 | 101101 | 100011110 | 1011101 | 11100 |
Color Harmonies of #6B058B
Complementary color
Monochromatic Colors of #6B058B
Black with #6B058B
Text Example
Text Example
White with #6B058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B058B; }
p { color: rgb(107,5,139); }
H1.HeaderClassName
{
color: #6B058B;
}
.AnyTagClassName
{
color: #6B058B;
}
</style>
background-color css
<style>
a { background-color: #6B058B; }
a { background-color: rgb(107,5,139); }
div.DivClassName
{
background-color: #6B058B;
}
.BgClassName
{
background-color: #6B058B;
}
</style>
border-color css
<style>
span { border-color: #6B058B; }
span { border-color: rgb(107,5,139); }
td.TdClassName
{
border-color: #6B058B;
}
.TagClassName
{
border-color: #6B058B;
}
</style>