Shades of Purple #6B0095
Tints of Purple #6B0095
RGB
CMYK
RGB Variations
Color information
#6B0095 (or 0x6B0095) is known color: Purple. HEX triplet: 6B, 00 and 95. RGB value is (107,0,149). Sum of RGB (Red+Green+Blue) = 107+0+149=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0095 is #94FF6A. Grayscale: #303030. Windows color (decimal): -9764715 or 9764971. OLE color: 9764971.
HSL color Cylindrical-coordinate representation of color #6B0095: hue angle of 283.09º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0095 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 0 | 149 | - |
| CMYK | 0.28 | 1 | 0 | 0.42 |
| HSL | 283.09º | 1% | 0.29% | - |
| HSV(B) | 283.09º | 1% | 0.58% | - |
| XYZ | 11.49 | 5.3 | 28.85 | - |
| YUV | 48.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 149 | 0.28 | 1 | 0 | 0.42 | 283.09 | 1 | 0.29 |
| Hex | 6B | 0 | 95 | 1C | 64 | 0 | 2A | 11B | 64 | 1D |
| Octal | 153 | 0 | 225 | 34 | 144 | 0 | 52 | 433 | 144 | 35 |
| Binary | 1101011 | 0 | 10010101 | 11100 | 1100100 | 0 | 101010 | 100011011 | 1100100 | 11101 |
Color Harmonies of #6B0095
Complementary color
Monochromatic Colors of #6B0095
Black with #6B0095
Text Example
Text Example
White with #6B0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0095; }
p { color: rgb(107,0,149); }
H1.HeaderClassName
{
color: #6B0095;
}
.AnyTagClassName
{
color: #6B0095;
}
</style>
background-color css
<style>
a { background-color: #6B0095; }
a { background-color: rgb(107,0,149); }
div.DivClassName
{
background-color: #6B0095;
}
.BgClassName
{
background-color: #6B0095;
}
</style>
border-color css
<style>
span { border-color: #6B0095; }
span { border-color: rgb(107,0,149); }
td.TdClassName
{
border-color: #6B0095;
}
.TagClassName
{
border-color: #6B0095;
}
</style>