Shades of Purple #67107F
Tints of Purple #67107F
RGB
CMYK
RGB Variations
Color information
#67107F (or 0x67107F) is known color: Purple. HEX triplet: 67, 10 and 7F. RGB value is (103,16,127). Sum of RGB (Red+Green+Blue) = 103+16+127=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #67107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67107F is #98EF80. Grayscale: #363636. Windows color (decimal): -10022785 or 8327271. OLE color: 8327271.
HSL color Cylindrical-coordinate representation of color #67107F: hue angle of 287.03º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67107F is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 16 | 127 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.50 |
| HSL | 287.03º | 0.78% | 0.28% | - |
| HSV(B) | 287.03º | 0.87% | 0.5% | - |
| XYZ | 9.61 | 4.79 | 20.5 | - |
| YUV | 54.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 127 | 0.19 | 0.87 | 0 | 0.50 | 287.03 | 0.78 | 0.28 |
| Hex | 67 | 10 | 7F | 13 | 57 | 0 | 32 | 11F | 4E | 1C |
| Octal | 147 | 20 | 177 | 23 | 127 | 0 | 62 | 437 | 116 | 34 |
| Binary | 1100111 | 10000 | 1111111 | 10011 | 1010111 | 0 | 110010 | 100011111 | 1001110 | 11100 |
Color Harmonies of #67107F
Complementary color
Monochromatic Colors of #67107F
Black with #67107F
Text Example
Text Example
White with #67107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67107F; }
p { color: rgb(103,16,127); }
H1.HeaderClassName
{
color: #67107F;
}
.AnyTagClassName
{
color: #67107F;
}
</style>
background-color css
<style>
a { background-color: #67107F; }
a { background-color: rgb(103,16,127); }
div.DivClassName
{
background-color: #67107F;
}
.BgClassName
{
background-color: #67107F;
}
</style>
border-color css
<style>
span { border-color: #67107F; }
span { border-color: rgb(103,16,127); }
td.TdClassName
{
border-color: #67107F;
}
.TagClassName
{
border-color: #67107F;
}
</style>