Shades of Purple #6B0E74
Tints of Purple #6B0E74
RGB
CMYK
RGB Variations
Color information
#6B0E74 (or 0x6B0E74) is known color: Purple. HEX triplet: 6B, 0E and 74. RGB value is (107,14,116). Sum of RGB (Red+Green+Blue) = 107+14+116=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B0E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E74 is #94F18B. Grayscale: #353535. Windows color (decimal): -9761164 or 7605867. OLE color: 7605867.
HSL color Cylindrical-coordinate representation of color #6B0E74: hue angle of 294.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0E74 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 14 | 116 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.55 |
| HSL | 294.71º | 0.78% | 0.25% | - |
| HSV(B) | 294.71º | 0.88% | 0.45% | - |
| XYZ | 9.37 | 4.7 | 16.94 | - |
| YUV | 53.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 116 | 0.08 | 0.88 | 0 | 0.55 | 294.71 | 0.78 | 0.25 |
| Hex | 6B | E | 74 | 8 | 58 | 0 | 37 | 127 | 4E | 19 |
| Octal | 153 | 16 | 164 | 10 | 130 | 0 | 67 | 447 | 116 | 31 |
| Binary | 1101011 | 1110 | 1110100 | 1000 | 1011000 | 0 | 110111 | 100100111 | 1001110 | 11001 |
Color Harmonies of #6B0E74
Complementary color
Monochromatic Colors of #6B0E74
Black with #6B0E74
Text Example
Text Example
White with #6B0E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E74; }
p { color: rgb(107,14,116); }
H1.HeaderClassName
{
color: #6B0E74;
}
.AnyTagClassName
{
color: #6B0E74;
}
</style>
background-color css
<style>
a { background-color: #6B0E74; }
a { background-color: rgb(107,14,116); }
div.DivClassName
{
background-color: #6B0E74;
}
.BgClassName
{
background-color: #6B0E74;
}
</style>
border-color css
<style>
span { border-color: #6B0E74; }
span { border-color: rgb(107,14,116); }
td.TdClassName
{
border-color: #6B0E74;
}
.TagClassName
{
border-color: #6B0E74;
}
</style>