Shades of Purple #6B0063
Tints of Purple #6B0063
RGB
CMYK
RGB Variations
Color information
#6B0063 (or 0x6B0063) is known color: Purple. HEX triplet: 6B, 00 and 63. RGB value is (107,0,99). Sum of RGB (Red+Green+Blue) = 107+0+99=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0063 is #94FF9C. Grayscale: #2A2A2A. Windows color (decimal): -9764765 or 6488171. OLE color: 6488171.
HSL color Cylindrical-coordinate representation of color #6B0063: hue angle of 304.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0063 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.07 | 0.58 |
| HSL | 304.49º | 1% | 0.21% | - |
| HSV(B) | 304.49º | 1% | 0.42% | - |
| XYZ | 8.32 | 4.03 | 12.14 | - |
| YUV | 43.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 99 | 0 | 1 | 0.07 | 0.58 | 304.49 | 1 | 0.21 |
| Hex | 6B | 0 | 63 | 0 | 64 | 7 | 3A | 130 | 64 | 15 |
| Octal | 153 | 0 | 143 | 0 | 144 | 7 | 72 | 460 | 144 | 25 |
| Binary | 1101011 | 0 | 1100011 | 0 | 1100100 | 111 | 111010 | 100110000 | 1100100 | 10101 |
Color Harmonies of #6B0063
Complementary color
Monochromatic Colors of #6B0063
Black with #6B0063
Text Example
Text Example
White with #6B0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0063; }
p { color: rgb(107,0,99); }
H1.HeaderClassName
{
color: #6B0063;
}
.AnyTagClassName
{
color: #6B0063;
}
</style>
background-color css
<style>
a { background-color: #6B0063; }
a { background-color: rgb(107,0,99); }
div.DivClassName
{
background-color: #6B0063;
}
.BgClassName
{
background-color: #6B0063;
}
</style>
border-color css
<style>
span { border-color: #6B0063; }
span { border-color: rgb(107,0,99); }
td.TdClassName
{
border-color: #6B0063;
}
.TagClassName
{
border-color: #6B0063;
}
</style>