Shades of Purple #67016F
Tints of Purple #67016F
RGB
CMYK
RGB Variations
Color information
#67016F (or 0x67016F) is known color: Purple. HEX triplet: 67, 01 and 6F. RGB value is (103,1,111). Sum of RGB (Red+Green+Blue) = 103+1+111=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #67016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016F is #98FE90. Grayscale: #2B2B2B. Windows color (decimal): -10026641 or 7274855. OLE color: 7274855.
HSL color Cylindrical-coordinate representation of color #67016F: hue angle of 295.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67016F is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 1 | 111 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.56 |
| HSL | 295.64º | 0.98% | 0.22% | - |
| HSV(B) | 295.64º | 0.99% | 0.44% | - |
| XYZ | 8.47 | 4.05 | 15.37 | - |
| YUV | 44.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 111 | 0.07 | 0.99 | 0 | 0.56 | 295.64 | 0.98 | 0.22 |
| Hex | 67 | 1 | 6F | 7 | 63 | 0 | 38 | 128 | 62 | 16 |
| Octal | 147 | 1 | 157 | 7 | 143 | 0 | 70 | 450 | 142 | 26 |
| Binary | 1100111 | 1 | 1101111 | 111 | 1100011 | 0 | 111000 | 100101000 | 1100010 | 10110 |
Color Harmonies of #67016F
Complementary color
Monochromatic Colors of #67016F
Black with #67016F
Text Example
Text Example
White with #67016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67016F; }
p { color: rgb(103,1,111); }
H1.HeaderClassName
{
color: #67016F;
}
.AnyTagClassName
{
color: #67016F;
}
</style>
background-color css
<style>
a { background-color: #67016F; }
a { background-color: rgb(103,1,111); }
div.DivClassName
{
background-color: #67016F;
}
.BgClassName
{
background-color: #67016F;
}
</style>
border-color css
<style>
span { border-color: #67016F; }
span { border-color: rgb(103,1,111); }
td.TdClassName
{
border-color: #67016F;
}
.TagClassName
{
border-color: #67016F;
}
</style>