Shades of Purple #67046B
Tints of Purple #67046B
RGB
CMYK
RGB Variations
Color information
#67046B (or 0x67046B) is known color: Purple. HEX triplet: 67, 04 and 6B. RGB value is (103,4,107). Sum of RGB (Red+Green+Blue) = 103+4+107=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #67046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67046B is #98FB94. Grayscale: #2D2D2D. Windows color (decimal): -10025877 or 7013479. OLE color: 7013479.
HSL color Cylindrical-coordinate representation of color #67046B: hue angle of 297.67º 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 #67046B is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 4 | 107 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.58 |
| HSL | 297.67º | 0.93% | 0.22% | - |
| HSV(B) | 297.67º | 0.96% | 0.42% | - |
| XYZ | 8.29 | 4.03 | 14.25 | - |
| YUV | 45.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 107 | 0.04 | 0.96 | 0 | 0.58 | 297.67 | 0.93 | 0.22 |
| Hex | 67 | 4 | 6B | 4 | 60 | 0 | 3A | 12A | 5D | 16 |
| Octal | 147 | 4 | 153 | 4 | 140 | 0 | 72 | 452 | 135 | 26 |
| Binary | 1100111 | 100 | 1101011 | 100 | 1100000 | 0 | 111010 | 100101010 | 1011101 | 10110 |
Color Harmonies of #67046B
Complementary color
Monochromatic Colors of #67046B
Black with #67046B
Text Example
Text Example
White with #67046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67046B; }
p { color: rgb(103,4,107); }
H1.HeaderClassName
{
color: #67046B;
}
.AnyTagClassName
{
color: #67046B;
}
</style>
background-color css
<style>
a { background-color: #67046B; }
a { background-color: rgb(103,4,107); }
div.DivClassName
{
background-color: #67046B;
}
.BgClassName
{
background-color: #67046B;
}
</style>
border-color css
<style>
span { border-color: #67046B; }
span { border-color: rgb(103,4,107); }
td.TdClassName
{
border-color: #67046B;
}
.TagClassName
{
border-color: #67046B;
}
</style>