Shades of Purple #67046C
Tints of Purple #67046C
RGB
CMYK
RGB Variations
Color information
#67046C (or 0x67046C) is known color: Purple. HEX triplet: 67, 04 and 6C. RGB value is (103,4,108). Sum of RGB (Red+Green+Blue) = 103+4+108=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #67046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67046C is #98FB93. Grayscale: #2D2D2D. Windows color (decimal): -10025876 or 7079015. OLE color: 7079015.
HSL color Cylindrical-coordinate representation of color #67046C: hue angle of 297.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67046C is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 4 | 108 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.58 |
| HSL | 297.12º | 0.93% | 0.22% | - |
| HSV(B) | 297.12º | 0.96% | 0.42% | - |
| XYZ | 8.34 | 4.05 | 14.53 | - |
| YUV | 45.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 108 | 0.05 | 0.96 | 0 | 0.58 | 297.12 | 0.93 | 0.22 |
| Hex | 67 | 4 | 6C | 5 | 60 | 0 | 3A | 129 | 5D | 16 |
| Octal | 147 | 4 | 154 | 5 | 140 | 0 | 72 | 451 | 135 | 26 |
| Binary | 1100111 | 100 | 1101100 | 101 | 1100000 | 0 | 111010 | 100101001 | 1011101 | 10110 |
Color Harmonies of #67046C
Complementary color
Monochromatic Colors of #67046C
Black with #67046C
Text Example
Text Example
White with #67046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67046C; }
p { color: rgb(103,4,108); }
H1.HeaderClassName
{
color: #67046C;
}
.AnyTagClassName
{
color: #67046C;
}
</style>
background-color css
<style>
a { background-color: #67046C; }
a { background-color: rgb(103,4,108); }
div.DivClassName
{
background-color: #67046C;
}
.BgClassName
{
background-color: #67046C;
}
</style>
border-color css
<style>
span { border-color: #67046C; }
span { border-color: rgb(103,4,108); }
td.TdClassName
{
border-color: #67046C;
}
.TagClassName
{
border-color: #67046C;
}
</style>