Shades of Purple #67047C
Tints of Purple #67047C
RGB
CMYK
RGB Variations
Color information
#67047C (or 0x67047C) is known color: Purple. HEX triplet: 67, 04 and 7C. RGB value is (103,4,124). Sum of RGB (Red+Green+Blue) = 103+4+124=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #67047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67047C is #98FB83. Grayscale: #2E2E2E. Windows color (decimal): -10025860 or 8127591. OLE color: 8127591.
HSL color Cylindrical-coordinate representation of color #67047C: hue angle of 289.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67047C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 4 | 124 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.51 |
| HSL | 289.5º | 0.94% | 0.25% | - |
| HSV(B) | 289.5º | 0.97% | 0.49% | - |
| XYZ | 9.28 | 4.43 | 19.43 | - |
| YUV | 47.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 124 | 0.17 | 0.97 | 0 | 0.51 | 289.5 | 0.94 | 0.25 |
| Hex | 67 | 4 | 7C | 11 | 61 | 0 | 33 | 122 | 5E | 19 |
| Octal | 147 | 4 | 174 | 21 | 141 | 0 | 63 | 442 | 136 | 31 |
| Binary | 1100111 | 100 | 1111100 | 10001 | 1100001 | 0 | 110011 | 100100010 | 1011110 | 11001 |
Color Harmonies of #67047C
Complementary color
Monochromatic Colors of #67047C
Black with #67047C
Text Example
Text Example
White with #67047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67047C; }
p { color: rgb(103,4,124); }
H1.HeaderClassName
{
color: #67047C;
}
.AnyTagClassName
{
color: #67047C;
}
</style>
background-color css
<style>
a { background-color: #67047C; }
a { background-color: rgb(103,4,124); }
div.DivClassName
{
background-color: #67047C;
}
.BgClassName
{
background-color: #67047C;
}
</style>
border-color css
<style>
span { border-color: #67047C; }
span { border-color: rgb(103,4,124); }
td.TdClassName
{
border-color: #67047C;
}
.TagClassName
{
border-color: #67047C;
}
</style>