Shades of Purple #6F0798
Tints of Purple #6F0798
RGB
CMYK
RGB Variations
Color information
#6F0798 (or 0x6F0798) is known color: Purple. HEX triplet: 6F, 07 and 98. RGB value is (111,7,152). Sum of RGB (Red+Green+Blue) = 111+7+152=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0798 is #90F867. Grayscale: #363636. Windows color (decimal): -9500776 or 9963375. OLE color: 9963375.
HSL color Cylindrical-coordinate representation of color #6F0798: hue angle of 283.03º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0798 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 7 | 152 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.40 |
| HSL | 283.03º | 0.91% | 0.31% | - |
| HSV(B) | 283.03º | 0.95% | 0.6% | - |
| XYZ | 12.3 | 5.8 | 30.18 | - |
| YUV | 54.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 152 | 0.27 | 0.95 | 0 | 0.40 | 283.03 | 0.91 | 0.31 |
| Hex | 6F | 7 | 98 | 1B | 5F | 0 | 28 | 11B | 5B | 1F |
| Octal | 157 | 7 | 230 | 33 | 137 | 0 | 50 | 433 | 133 | 37 |
| Binary | 1101111 | 111 | 10011000 | 11011 | 1011111 | 0 | 101000 | 100011011 | 1011011 | 11111 |
Color Harmonies of #6F0798
Complementary color
Monochromatic Colors of #6F0798
Black with #6F0798
Text Example
Text Example
White with #6F0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0798; }
p { color: rgb(111,7,152); }
H1.HeaderClassName
{
color: #6F0798;
}
.AnyTagClassName
{
color: #6F0798;
}
</style>
background-color css
<style>
a { background-color: #6F0798; }
a { background-color: rgb(111,7,152); }
div.DivClassName
{
background-color: #6F0798;
}
.BgClassName
{
background-color: #6F0798;
}
</style>
border-color css
<style>
span { border-color: #6F0798; }
span { border-color: rgb(111,7,152); }
td.TdClassName
{
border-color: #6F0798;
}
.TagClassName
{
border-color: #6F0798;
}
</style>