Shades of Purple #6B048F
Tints of Purple #6B048F
RGB
CMYK
RGB Variations
Color information
#6B048F (or 0x6B048F) is known color: Purple. HEX triplet: 6B, 04 and 8F. RGB value is (107,4,143). Sum of RGB (Red+Green+Blue) = 107+4+143=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B048F is #94FB70. Grayscale: #323232. Windows color (decimal): -9763697 or 9372779. OLE color: 9372779.
HSL color Cylindrical-coordinate representation of color #6B048F: hue angle of 284.46º degrees, saturation: 0.95, 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 #6B048F is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 4 | 143 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.44 |
| HSL | 284.46º | 0.95% | 0.29% | - |
| HSV(B) | 284.46º | 0.97% | 0.56% | - |
| XYZ | 11.06 | 5.2 | 26.41 | - |
| YUV | 50.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 143 | 0.25 | 0.97 | 0 | 0.44 | 284.46 | 0.95 | 0.29 |
| Hex | 6B | 4 | 8F | 19 | 61 | 0 | 2C | 11C | 5F | 1D |
| Octal | 153 | 4 | 217 | 31 | 141 | 0 | 54 | 434 | 137 | 35 |
| Binary | 1101011 | 100 | 10001111 | 11001 | 1100001 | 0 | 101100 | 100011100 | 1011111 | 11101 |
Color Harmonies of #6B048F
Complementary color
Monochromatic Colors of #6B048F
Black with #6B048F
Text Example
Text Example
White with #6B048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B048F; }
p { color: rgb(107,4,143); }
H1.HeaderClassName
{
color: #6B048F;
}
.AnyTagClassName
{
color: #6B048F;
}
</style>
background-color css
<style>
a { background-color: #6B048F; }
a { background-color: rgb(107,4,143); }
div.DivClassName
{
background-color: #6B048F;
}
.BgClassName
{
background-color: #6B048F;
}
</style>
border-color css
<style>
span { border-color: #6B048F; }
span { border-color: rgb(107,4,143); }
td.TdClassName
{
border-color: #6B048F;
}
.TagClassName
{
border-color: #6B048F;
}
</style>