Shades of Purple #6B036A
Tints of Purple #6B036A
RGB
CMYK
RGB Variations
Color information
#6B036A (or 0x6B036A) is known color: Purple. HEX triplet: 6B, 03 and 6A. RGB value is (107,3,106). Sum of RGB (Red+Green+Blue) = 107+3+106=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B036A is #94FC95. Grayscale: #2D2D2D. Windows color (decimal): -9763990 or 6947691. OLE color: 6947691.
HSL color Cylindrical-coordinate representation of color #6B036A: hue angle of 300.58º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B036A is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 106 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.58 |
| HSL | 300.58º | 0.95% | 0.22% | - |
| HSV(B) | 300.58º | 0.97% | 0.42% | - |
| XYZ | 8.7 | 4.23 | 13.99 | - |
| YUV | 45.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 106 | 0 | 0.97 | 0.01 | 0.58 | 300.58 | 0.95 | 0.22 |
| Hex | 6B | 3 | 6A | 0 | 61 | 1 | 3A | 12D | 5F | 16 |
| Octal | 153 | 3 | 152 | 0 | 141 | 1 | 72 | 455 | 137 | 26 |
| Binary | 1101011 | 11 | 1101010 | 0 | 1100001 | 1 | 111010 | 100101101 | 1011111 | 10110 |
Color Harmonies of #6B036A
Complementary color
Monochromatic Colors of #6B036A
Black with #6B036A
Text Example
Text Example
White with #6B036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B036A; }
p { color: rgb(107,3,106); }
H1.HeaderClassName
{
color: #6B036A;
}
.AnyTagClassName
{
color: #6B036A;
}
</style>
background-color css
<style>
a { background-color: #6B036A; }
a { background-color: rgb(107,3,106); }
div.DivClassName
{
background-color: #6B036A;
}
.BgClassName
{
background-color: #6B036A;
}
</style>
border-color css
<style>
span { border-color: #6B036A; }
span { border-color: rgb(107,3,106); }
td.TdClassName
{
border-color: #6B036A;
}
.TagClassName
{
border-color: #6B036A;
}
</style>