Shades of Purple #6B008D
Tints of Purple #6B008D
RGB
CMYK
RGB Variations
Color information
#6B008D (or 0x6B008D) is known color: Purple. HEX triplet: 6B, 00 and 8D. RGB value is (107,0,141). Sum of RGB (Red+Green+Blue) = 107+0+141=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B008D is #94FF72. Grayscale: #2F2F2F. Windows color (decimal): -9764723 or 9240683. OLE color: 9240683.
HSL color Cylindrical-coordinate representation of color #6B008D: hue angle of 285.53º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B008D is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 0 | 141 | - |
| CMYK | 0.24 | 1 | 0 | 0.45 |
| HSL | 285.53º | 1% | 0.28% | - |
| HSV(B) | 285.53º | 1% | 0.55% | - |
| XYZ | 10.87 | 5.05 | 25.6 | - |
| YUV | 48.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 141 | 0.24 | 1 | 0 | 0.45 | 285.53 | 1 | 0.28 |
| Hex | 6B | 0 | 8D | 18 | 64 | 0 | 2D | 11E | 64 | 1C |
| Octal | 153 | 0 | 215 | 30 | 144 | 0 | 55 | 436 | 144 | 34 |
| Binary | 1101011 | 0 | 10001101 | 11000 | 1100100 | 0 | 101101 | 100011110 | 1100100 | 11100 |
Color Harmonies of #6B008D
Complementary color
Monochromatic Colors of #6B008D
Black with #6B008D
Text Example
Text Example
White with #6B008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B008D; }
p { color: rgb(107,0,141); }
H1.HeaderClassName
{
color: #6B008D;
}
.AnyTagClassName
{
color: #6B008D;
}
</style>
background-color css
<style>
a { background-color: #6B008D; }
a { background-color: rgb(107,0,141); }
div.DivClassName
{
background-color: #6B008D;
}
.BgClassName
{
background-color: #6B008D;
}
</style>
border-color css
<style>
span { border-color: #6B008D; }
span { border-color: rgb(107,0,141); }
td.TdClassName
{
border-color: #6B008D;
}
.TagClassName
{
border-color: #6B008D;
}
</style>