Shades of Purple #6B0083
Tints of Purple #6B0083
RGB
CMYK
RGB Variations
Color information
#6B0083 (or 0x6B0083) is known color: Purple. HEX triplet: 6B, 00 and 83. RGB value is (107,0,131). Sum of RGB (Red+Green+Blue) = 107+0+131=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B0083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0083 is #94FF7C. Grayscale: #2E2E2E. Windows color (decimal): -9764733 or 8585323. OLE color: 8585323.
HSL color Cylindrical-coordinate representation of color #6B0083: hue angle of 289.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0083 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 0 | 131 | - |
| CMYK | 0.18 | 1 | 0 | 0.49 |
| HSL | 289.01º | 1% | 0.26% | - |
| HSV(B) | 289.01º | 1% | 0.51% | - |
| XYZ | 10.16 | 4.76 | 21.86 | - |
| YUV | 46.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 131 | 0.18 | 1 | 0 | 0.49 | 289.01 | 1 | 0.26 |
| Hex | 6B | 0 | 83 | 12 | 64 | 0 | 31 | 121 | 64 | 1A |
| Octal | 153 | 0 | 203 | 22 | 144 | 0 | 61 | 441 | 144 | 32 |
| Binary | 1101011 | 0 | 10000011 | 10010 | 1100100 | 0 | 110001 | 100100001 | 1100100 | 11010 |
Color Harmonies of #6B0083
Complementary color
Monochromatic Colors of #6B0083
Black with #6B0083
Text Example
Text Example
White with #6B0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0083; }
p { color: rgb(107,0,131); }
H1.HeaderClassName
{
color: #6B0083;
}
.AnyTagClassName
{
color: #6B0083;
}
</style>
background-color css
<style>
a { background-color: #6B0083; }
a { background-color: rgb(107,0,131); }
div.DivClassName
{
background-color: #6B0083;
}
.BgClassName
{
background-color: #6B0083;
}
</style>
border-color css
<style>
span { border-color: #6B0083; }
span { border-color: rgb(107,0,131); }
td.TdClassName
{
border-color: #6B0083;
}
.TagClassName
{
border-color: #6B0083;
}
</style>