Shades of Purple #6B098C
Tints of Purple #6B098C
RGB
CMYK
RGB Variations
Color information
#6B098C (or 0x6B098C) is known color: Purple. HEX triplet: 6B, 09 and 8C. RGB value is (107,9,140). Sum of RGB (Red+Green+Blue) = 107+9+140=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B098C is #94F673. Grayscale: #343434. Windows color (decimal): -9762420 or 9177451. OLE color: 9177451.
HSL color Cylindrical-coordinate representation of color #6B098C: hue angle of 284.89º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B098C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 9 | 140 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.45 |
| HSL | 284.89º | 0.88% | 0.29% | - |
| HSV(B) | 284.89º | 0.94% | 0.55% | - |
| XYZ | 10.89 | 5.21 | 25.24 | - |
| YUV | 53.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 140 | 0.24 | 0.94 | 0 | 0.45 | 284.89 | 0.88 | 0.29 |
| Hex | 6B | 9 | 8C | 18 | 5E | 0 | 2D | 11D | 58 | 1D |
| Octal | 153 | 11 | 214 | 30 | 136 | 0 | 55 | 435 | 130 | 35 |
| Binary | 1101011 | 1001 | 10001100 | 11000 | 1011110 | 0 | 101101 | 100011101 | 1011000 | 11101 |
Color Harmonies of #6B098C
Complementary color
Monochromatic Colors of #6B098C
Black with #6B098C
Text Example
Text Example
White with #6B098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B098C; }
p { color: rgb(107,9,140); }
H1.HeaderClassName
{
color: #6B098C;
}
.AnyTagClassName
{
color: #6B098C;
}
</style>
background-color css
<style>
a { background-color: #6B098C; }
a { background-color: rgb(107,9,140); }
div.DivClassName
{
background-color: #6B098C;
}
.BgClassName
{
background-color: #6B098C;
}
</style>
border-color css
<style>
span { border-color: #6B098C; }
span { border-color: rgb(107,9,140); }
td.TdClassName
{
border-color: #6B098C;
}
.TagClassName
{
border-color: #6B098C;
}
</style>