Shades of Purple #6B047F
Tints of Purple #6B047F
RGB
CMYK
RGB Variations
Color information
#6B047F (or 0x6B047F) is known color: Purple. HEX triplet: 6B, 04 and 7F. RGB value is (107,4,127). Sum of RGB (Red+Green+Blue) = 107+4+127=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B047F is #94FB80. Grayscale: #303030. Windows color (decimal): -9763713 or 8324203. OLE color: 8324203.
HSL color Cylindrical-coordinate representation of color #6B047F: hue angle of 290.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B047F is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 4 | 127 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.50 |
| HSL | 290.24º | 0.94% | 0.26% | - |
| HSV(B) | 290.24º | 0.97% | 0.5% | - |
| XYZ | 9.94 | 4.74 | 20.47 | - |
| YUV | 48.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 127 | 0.16 | 0.97 | 0 | 0.50 | 290.24 | 0.94 | 0.26 |
| Hex | 6B | 4 | 7F | 10 | 61 | 0 | 32 | 122 | 5E | 1A |
| Octal | 153 | 4 | 177 | 20 | 141 | 0 | 62 | 442 | 136 | 32 |
| Binary | 1101011 | 100 | 1111111 | 10000 | 1100001 | 0 | 110010 | 100100010 | 1011110 | 11010 |
Color Harmonies of #6B047F
Complementary color
Monochromatic Colors of #6B047F
Black with #6B047F
Text Example
Text Example
White with #6B047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B047F; }
p { color: rgb(107,4,127); }
H1.HeaderClassName
{
color: #6B047F;
}
.AnyTagClassName
{
color: #6B047F;
}
</style>
background-color css
<style>
a { background-color: #6B047F; }
a { background-color: rgb(107,4,127); }
div.DivClassName
{
background-color: #6B047F;
}
.BgClassName
{
background-color: #6B047F;
}
</style>
border-color css
<style>
span { border-color: #6B047F; }
span { border-color: rgb(107,4,127); }
td.TdClassName
{
border-color: #6B047F;
}
.TagClassName
{
border-color: #6B047F;
}
</style>