Shades of Purple #6B0263
Tints of Purple #6B0263
RGB
CMYK
RGB Variations
Color information
#6B0263 (or 0x6B0263) is known color: Purple. HEX triplet: 6B, 02 and 63. RGB value is (107,2,99). Sum of RGB (Red+Green+Blue) = 107+2+99=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0263 is #94FD9C. Grayscale: #2C2C2C. Windows color (decimal): -9764253 or 6488683. OLE color: 6488683.
HSL color Cylindrical-coordinate representation of color #6B0263: hue angle of 304.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0263 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 99 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.58 |
| HSL | 304.57º | 0.96% | 0.21% | - |
| HSV(B) | 304.57º | 0.98% | 0.42% | - |
| XYZ | 8.34 | 4.07 | 12.15 | - |
| YUV | 44.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 99 | 0 | 0.98 | 0.07 | 0.58 | 304.57 | 0.96 | 0.21 |
| Hex | 6B | 2 | 63 | 0 | 62 | 7 | 3A | 131 | 60 | 15 |
| Octal | 153 | 2 | 143 | 0 | 142 | 7 | 72 | 461 | 140 | 25 |
| Binary | 1101011 | 10 | 1100011 | 0 | 1100010 | 111 | 111010 | 100110001 | 1100000 | 10101 |
Color Harmonies of #6B0263
Complementary color
Monochromatic Colors of #6B0263
Black with #6B0263
Text Example
Text Example
White with #6B0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0263; }
p { color: rgb(107,2,99); }
H1.HeaderClassName
{
color: #6B0263;
}
.AnyTagClassName
{
color: #6B0263;
}
</style>
background-color css
<style>
a { background-color: #6B0263; }
a { background-color: rgb(107,2,99); }
div.DivClassName
{
background-color: #6B0263;
}
.BgClassName
{
background-color: #6B0263;
}
</style>
border-color css
<style>
span { border-color: #6B0263; }
span { border-color: rgb(107,2,99); }
td.TdClassName
{
border-color: #6B0263;
}
.TagClassName
{
border-color: #6B0263;
}
</style>