Shades of Purple #6B058F
Tints of Purple #6B058F
RGB
CMYK
RGB Variations
Color information
#6B058F (or 0x6B058F) is known color: Purple. HEX triplet: 6B, 05 and 8F. RGB value is (107,5,143). Sum of RGB (Red+Green+Blue) = 107+5+143=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B058F is #94FA70. Grayscale: #323232. Windows color (decimal): -9763441 or 9373035. OLE color: 9373035.
HSL color Cylindrical-coordinate representation of color #6B058F: hue angle of 284.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B058F is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 5 | 143 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.44 |
| HSL | 284.35º | 0.93% | 0.29% | - |
| HSV(B) | 284.35º | 0.97% | 0.56% | - |
| XYZ | 11.08 | 5.22 | 26.41 | - |
| YUV | 51.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 143 | 0.25 | 0.97 | 0 | 0.44 | 284.35 | 0.93 | 0.29 |
| Hex | 6B | 5 | 8F | 19 | 61 | 0 | 2C | 11C | 5D | 1D |
| Octal | 153 | 5 | 217 | 31 | 141 | 0 | 54 | 434 | 135 | 35 |
| Binary | 1101011 | 101 | 10001111 | 11001 | 1100001 | 0 | 101100 | 100011100 | 1011101 | 11101 |
Color Harmonies of #6B058F
Complementary color
Monochromatic Colors of #6B058F
Black with #6B058F
Text Example
Text Example
White with #6B058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B058F; }
p { color: rgb(107,5,143); }
H1.HeaderClassName
{
color: #6B058F;
}
.AnyTagClassName
{
color: #6B058F;
}
</style>
background-color css
<style>
a { background-color: #6B058F; }
a { background-color: rgb(107,5,143); }
div.DivClassName
{
background-color: #6B058F;
}
.BgClassName
{
background-color: #6B058F;
}
</style>
border-color css
<style>
span { border-color: #6B058F; }
span { border-color: rgb(107,5,143); }
td.TdClassName
{
border-color: #6B058F;
}
.TagClassName
{
border-color: #6B058F;
}
</style>