Shades of Purple #6B036F
Tints of Purple #6B036F
RGB
CMYK
RGB Variations
Color information
#6B036F (or 0x6B036F) is known color: Purple. HEX triplet: 6B, 03 and 6F. RGB value is (107,3,111). Sum of RGB (Red+Green+Blue) = 107+3+111=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B036F is #94FC90. Grayscale: #2E2E2E. Windows color (decimal): -9763985 or 7275371. OLE color: 7275371.
HSL color Cylindrical-coordinate representation of color #6B036F: hue angle of 297.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B036F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 3 | 111 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.56 |
| HSL | 297.78º | 0.95% | 0.22% | - |
| HSV(B) | 297.78º | 0.97% | 0.44% | - |
| XYZ | 8.97 | 4.34 | 15.4 | - |
| YUV | 46.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 111 | 0.04 | 0.97 | 0 | 0.56 | 297.78 | 0.95 | 0.22 |
| Hex | 6B | 3 | 6F | 4 | 61 | 0 | 38 | 12A | 5F | 16 |
| Octal | 153 | 3 | 157 | 4 | 141 | 0 | 70 | 452 | 137 | 26 |
| Binary | 1101011 | 11 | 1101111 | 100 | 1100001 | 0 | 111000 | 100101010 | 1011111 | 10110 |
Color Harmonies of #6B036F
Complementary color
Monochromatic Colors of #6B036F
Black with #6B036F
Text Example
Text Example
White with #6B036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B036F; }
p { color: rgb(107,3,111); }
H1.HeaderClassName
{
color: #6B036F;
}
.AnyTagClassName
{
color: #6B036F;
}
</style>
background-color css
<style>
a { background-color: #6B036F; }
a { background-color: rgb(107,3,111); }
div.DivClassName
{
background-color: #6B036F;
}
.BgClassName
{
background-color: #6B036F;
}
</style>
border-color css
<style>
span { border-color: #6B036F; }
span { border-color: rgb(107,3,111); }
td.TdClassName
{
border-color: #6B036F;
}
.TagClassName
{
border-color: #6B036F;
}
</style>