Shades of Purple #6B0090
Tints of Purple #6B0090
RGB
CMYK
RGB Variations
Color information
#6B0090 (or 0x6B0090) is known color: Purple. HEX triplet: 6B, 00 and 90. RGB value is (107,0,144). Sum of RGB (Red+Green+Blue) = 107+0+144=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B0090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0090 is #94FF6F. Grayscale: #2F2F2F. Windows color (decimal): -9764720 or 9437291. OLE color: 9437291.
HSL color Cylindrical-coordinate representation of color #6B0090: hue angle of 284.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0090 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 0 | 144 | - |
| CMYK | 0.26 | 1 | 0 | 0.44 |
| HSL | 284.58º | 1% | 0.28% | - |
| HSV(B) | 284.58º | 1% | 0.56% | - |
| XYZ | 11.1 | 5.14 | 26.79 | - |
| YUV | 48.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 144 | 0.26 | 1 | 0 | 0.44 | 284.58 | 1 | 0.28 |
| Hex | 6B | 0 | 90 | 1A | 64 | 0 | 2C | 11D | 64 | 1C |
| Octal | 153 | 0 | 220 | 32 | 144 | 0 | 54 | 435 | 144 | 34 |
| Binary | 1101011 | 0 | 10010000 | 11010 | 1100100 | 0 | 101100 | 100011101 | 1100100 | 11100 |
Color Harmonies of #6B0090
Complementary color
Monochromatic Colors of #6B0090
Black with #6B0090
Text Example
Text Example
White with #6B0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0090; }
p { color: rgb(107,0,144); }
H1.HeaderClassName
{
color: #6B0090;
}
.AnyTagClassName
{
color: #6B0090;
}
</style>
background-color css
<style>
a { background-color: #6B0090; }
a { background-color: rgb(107,0,144); }
div.DivClassName
{
background-color: #6B0090;
}
.BgClassName
{
background-color: #6B0090;
}
</style>
border-color css
<style>
span { border-color: #6B0090; }
span { border-color: rgb(107,0,144); }
td.TdClassName
{
border-color: #6B0090;
}
.TagClassName
{
border-color: #6B0090;
}
</style>