Shades of Purple #67016D
Tints of Purple #67016D
RGB
CMYK
RGB Variations
Color information
#67016D (or 0x67016D) is known color: Purple. HEX triplet: 67, 01 and 6D. RGB value is (103,1,109). Sum of RGB (Red+Green+Blue) = 103+1+109=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #67016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016D is #98FE92. Grayscale: #2B2B2B. Windows color (decimal): -10026643 or 7143783. OLE color: 7143783.
HSL color Cylindrical-coordinate representation of color #67016D: hue angle of 296.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67016D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 1 | 109 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.57 |
| HSL | 296.67º | 0.98% | 0.22% | - |
| HSV(B) | 296.67º | 0.99% | 0.43% | - |
| XYZ | 8.36 | 4.01 | 14.8 | - |
| YUV | 43.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 109 | 0.06 | 0.99 | 0 | 0.57 | 296.67 | 0.98 | 0.22 |
| Hex | 67 | 1 | 6D | 6 | 63 | 0 | 39 | 129 | 62 | 16 |
| Octal | 147 | 1 | 155 | 6 | 143 | 0 | 71 | 451 | 142 | 26 |
| Binary | 1100111 | 1 | 1101101 | 110 | 1100011 | 0 | 111001 | 100101001 | 1100010 | 10110 |
Color Harmonies of #67016D
Complementary color
Monochromatic Colors of #67016D
Black with #67016D
Text Example
Text Example
White with #67016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67016D; }
p { color: rgb(103,1,109); }
H1.HeaderClassName
{
color: #67016D;
}
.AnyTagClassName
{
color: #67016D;
}
</style>
background-color css
<style>
a { background-color: #67016D; }
a { background-color: rgb(103,1,109); }
div.DivClassName
{
background-color: #67016D;
}
.BgClassName
{
background-color: #67016D;
}
</style>
border-color css
<style>
span { border-color: #67016D; }
span { border-color: rgb(103,1,109); }
td.TdClassName
{
border-color: #67016D;
}
.TagClassName
{
border-color: #67016D;
}
</style>