Shades of Purple #6C0299
Tints of Purple #6C0299
RGB
CMYK
RGB Variations
Color information
#6C0299 (or 0x6C0299) is known color: Purple. HEX triplet: 6C, 02 and 99. RGB value is (108,2,153). Sum of RGB (Red+Green+Blue) = 108+2+153=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0299 is #93FD66. Grayscale: #323232. Windows color (decimal): -9698663 or 10027628. OLE color: 10027628.
HSL color Cylindrical-coordinate representation of color #6C0299: hue angle of 282.12º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0299 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 2 | 153 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.4 |
| HSL | 282.12º | 0.97% | 0.3% | - |
| HSV(B) | 282.12º | 0.99% | 0.6% | - |
| XYZ | 11.96 | 5.53 | 30.57 | - |
| YUV | 50.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 153 | 0.29 | 0.99 | 0 | 0.4 | 282.12 | 0.97 | 0.3 |
| Hex | 6C | 2 | 99 | 1D | 63 | 0 | 28 | 11A | 61 | 1E |
| Octal | 154 | 2 | 231 | 35 | 143 | 0 | 50 | 432 | 141 | 36 |
| Binary | 1101100 | 10 | 10011001 | 11101 | 1100011 | 0 | 101000 | 100011010 | 1100001 | 11110 |
Color Harmonies of #6C0299
Complementary color
Monochromatic Colors of #6C0299
Black with #6C0299
Text Example
Text Example
White with #6C0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0299; }
p { color: rgb(108,2,153); }
H1.HeaderClassName
{
color: #6C0299;
}
.AnyTagClassName
{
color: #6C0299;
}
</style>
background-color css
<style>
a { background-color: #6C0299; }
a { background-color: rgb(108,2,153); }
div.DivClassName
{
background-color: #6C0299;
}
.BgClassName
{
background-color: #6C0299;
}
</style>
border-color css
<style>
span { border-color: #6C0299; }
span { border-color: rgb(108,2,153); }
td.TdClassName
{
border-color: #6C0299;
}
.TagClassName
{
border-color: #6C0299;
}
</style>